#0232AB

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

Shades of International Klein Blue #0232AB

Tints of International Klein Blue #0232AB

Color information

#0232AB (or 0x0232AB) is unknown color: approx 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

RGB250171-
CMYK0.990.7100.33
HSL222.96º97.69%33.92%-
HSV(B)222.96º98.83%67.06%-
XYZ8.525.2339.09-
YUV49.44196.694.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 50 (19.92% from 255) = 22.42%
BLUE value IS 171 (67.19% from 255) = 76.68%
R=0.90%
G=22.42%
B=76.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2501710.990.7100.33222.9697.6933.92
Hex232AB6347021df6222
Octal26225314310704133714242
Binary1011001010101011110001110001110100001110111111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0232AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>