Html Css Color HEX #0231AB International Klein Blue

📋 copy color: '#0231AB'

red 2 ◦ green 49 ◦ blue 171

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

Shades of International Klein Blue #0231AB

Tints of International Klein Blue #0231AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 77.03%

R = 0.9%
G = 22.07%
B = 77.03%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0231AB (or 0x0231AB) is known color: International Klein Blue. HEX triplet: 02, 31 and AB. RGB value is (2,49,171). Sum of RGB (Red+Green+Blue) = 2+49+171=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 171 (67.19% from 255 or 77.03% from 222); Max value from RGB is 171 - color contains mainly: blue. Hex color #0231AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0231AB is #FDCE54. Grayscale: #303030. Windows color (decimal): -16633429 or 11219202. OLE color: 11219202.

HSL color Cylindrical-coordinate representation of color #0231AB: hue angle of 223.31º 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 #0231AB is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 49 171 -
CMYK 0.99 0.71 0 0.33
HSL 223.31º 0.98% 0.34% -
HSV(B) 223.31º 0.99% 0.67% -
XYZ 8.47 5.15 39.08 -
YUV 48.86 196.93 94.58 -
System Red Green Blue C M Y K H S L
Decimal 2 49 171 0.99 0.71 0 0.33 223.31 0.98 0.34
Hex 2 31 AB 63 47 0 21 DF 62 22
Octal 2 61 253 143 107 0 41 337 142 42
Binary 10 110001 10101011 1100011 1000111 0 100001 11011111 1100010 100010

Color Harmonies of #0231AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0231AB

Black with #0231AB

Text Example


Text Example

White with #0231AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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