Html Css Color HEX #0225AC International Klein Blue

📋 copy color: '#0225AC'

red 2 ◦ green 37 ◦ blue 172

#0225AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #0225AC

Tints of International Klein Blue #0225AC

RGB

 RED value IS 2 (1.17% from 255) = 0.95%

 GREEN value IS 37 (14.84% from 255) = 17.54%

 BLUE value IS 172 (67.58% from 255) = 81.52%

R = 0.95%
G = 17.54%
B = 81.52%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0225AC (or 0x0225AC) is known color: International Klein Blue. HEX triplet: 02, 25 and AC. RGB value is (2,37,172). Sum of RGB (Red+Green+Blue) = 2+37+172=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 172 (67.58% from 255 or 81.52% from 211); Max value from RGB is 172 - color contains mainly: blue. Hex color #0225AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0225AC is #FDDA53. Grayscale: #292929. Windows color (decimal): -16636500 or 11281666. OLE color: 11281666.

HSL color Cylindrical-coordinate representation of color #0225AC: hue angle of 227.65º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0225AC is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 37 172 -
CMYK 0.99 0.78 0 0.33
HSL 227.65º 0.98% 0.34% -
HSV(B) 227.65º 0.99% 0.67% -
XYZ 8.13 4.31 39.43 -
YUV 41.93 201.4 99.52 -
System Red Green Blue C M Y K H S L
Decimal 2 37 172 0.99 0.78 0 0.33 227.65 0.98 0.34
Hex 2 25 AC 63 4E 0 21 E4 62 22
Octal 2 45 254 143 116 0 41 344 142 42
Binary 10 100101 10101100 1100011 1001110 0 100001 11100100 1100010 100010

Color Harmonies of #0225AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0225AC

Black with #0225AC

Text Example


Text Example

White with #0225AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0225AC;
 }
 .AnyTagClassName
 {
   color: #0225AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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