Html Css Color HEX #0231A9 International Klein Blue

📋 copy color: '#0231A9'

red 2 ◦ green 49 ◦ blue 169

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

Shades of International Klein Blue #0231A9

Tints of International Klein Blue #0231A9

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.27%

 BLUE value IS 169 (66.41% from 255) = 76.82%

R = 0.91%
G = 22.27%
B = 76.82%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0231A9 (or 0x0231A9) is known color: International Klein Blue. HEX triplet: 02, 31 and A9. RGB value is (2,49,169). Sum of RGB (Red+Green+Blue) = 2+49+169=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 169 (66.41% from 255 or 76.82% from 220); Max value from RGB is 169 - color contains mainly: blue. Hex color #0231A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0231A9 is #FDCE56. Grayscale: #303030. Windows color (decimal): -16633431 or 11088130. OLE color: 11088130.

HSL color Cylindrical-coordinate representation of color #0231A9: hue angle of 223.11º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0231A9 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 2 49 169 -
CMYK 0.99 0.71 0 0.34
HSL 223.11º 0.98% 0.34% -
HSV(B) 223.11º 0.99% 0.66% -
XYZ 8.28 5.07 38.08 -
YUV 48.63 195.93 94.74 -
System Red Green Blue C M Y K H S L
Decimal 2 49 169 0.99 0.71 0 0.34 223.11 0.98 0.34
Hex 2 31 A9 63 47 0 22 DF 62 22
Octal 2 61 251 143 107 0 42 337 142 42
Binary 10 110001 10101001 1100011 1000111 0 100010 11011111 1100010 100010

Color Harmonies of #0231A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0231A9

Black with #0231A9

Text Example


Text Example

White with #0231A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0231A9; }

 p { color: rgb(2,49,169); }

 H1.HeaderClassName
 {
   color: #0231A9;
 }
 .AnyTagClassName
 {
   color: #0231A9;
 }
</style>

background-color css

<style>
 a { background-color: #0231A9; }

 a { background-color: rgb(2,49,169); }

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

border-color css

<style>
 span { border-color: #0231A9; }

 span { border-color: rgb(2,49,169); }

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