Html Css Color HEX #0232AB International Klein Blue

📋 copy color: '#0232AB'

red 2 ◦ green 50 ◦ blue 171

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

Shades of International Klein Blue #0232AB

Tints of International Klein Blue #0232AB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.42%

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

R = 0.9%
G = 22.42%
B = 76.68%

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

#0232AB (or 0x0232AB) is known color: International Klein Blue. HEX triplet: 02, 32 and AB. RGB value is (2,50,171). Sum of RGB (Red+Green+Blue) = 2+50+171=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 171 (67.19% from 255 or 76.68% from 223); Max value from RGB is 171 - color contains mainly: blue. Hex color #0232AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0232AB is #FDCD54. Grayscale: #303030. Windows color (decimal): -16633173 or 11219458. OLE color: 11219458.

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

Color convert

RGB 2 50 171 -
CMYK 0.99 0.71 0 0.33
HSL 222.96º 0.98% 0.34% -
HSV(B) 222.96º 0.99% 0.67% -
XYZ 8.52 5.23 39.09 -
YUV 49.44 196.6 94.16 -
System Red Green Blue C M Y K H S L
Decimal 2 50 171 0.99 0.71 0 0.33 222.96 0.98 0.34
Hex 2 32 AB 63 47 0 21 DF 62 22
Octal 2 62 253 143 107 0 41 337 142 42
Binary 10 110010 10101011 1100011 1000111 0 100001 11011111 1100010 100010

Color Harmonies of #0232AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0232AB

Black with #0232AB

Text Example


Text Example

White with #0232AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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