#0225B1

Color #0225B1 International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #0225B1

Tints of International Klein Blue #0225B1

Color information

#0225B1 (or 0x0225B1) is unknown color: approx International Klein Blue. HEX triplet: 02, 25 and B1. RGB value is (2,37,177). Sum of RGB (Red+Green+Blue) = 2+37+177=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 177 (69.53% from 255 or 81.94% from 216); Max value from RGB is 177 - color contains mainly: blue. Hex color #0225B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0225B1 is #FDDA4E. Grayscale: #292929. Windows color (decimal): -16636495 or 11609346. OLE color: 11609346.

HSL color Cylindrical-coordinate representation of color #0225B1: hue angle of 228º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0225B1 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB237177-
CMYK0.990.7900.31
HSL228º97.77%35.1%-
HSV(B)228º98.87%69.41%-
XYZ8.624.5142.01-
YUV42.5203.999.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 37 (14.84% from 255) = 17.13%
BLUE value IS 177 (69.53% from 255) = 81.94%
R=0.93%
G=17.13%
B=81.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal2371770.990.7900.3122897.7735.1
Hex225B1634F01Fe46223
Octal24526114311703734414243
Binary101001011011000111000111001111011111111001001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0225B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0225B1; }

 p { color: rgb(2,37,177); }

 H1.HeaderClassName
 {
   color: #0225B1;
 }
 .AnyTagClassName
 {
   color: #0225B1;
 }
</style>
background-color css

<style>
 a { background-color: #0225B1; }

 a { background-color: rgb(2,37,177); }

 div.DivClassName
 {
   background-color: #0225B1;
 }
 .BgClassName
 {
   background-color: #0225B1;
 }
</style>
border-color css

<style>
 span { border-color: #0225B1; }

 span { border-color: rgb(2,37,177); }

 td.TdClassName
 {
   border-color: #0225B1;
 }
 .TagClassName
 {
   border-color: #0225B1;
 }
</style>