#0232AD

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

Shades of International Klein Blue #0232AD

Tints of International Klein Blue #0232AD

Color information

#0232AD (or 0x0232AD) is unknown color: approx International Klein Blue. HEX triplet: 02, 32 and AD. RGB value is (2,50,173). Sum of RGB (Red+Green+Blue) = 2+50+173=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 173 (67.97% from 255 or 76.89% from 225); Max value from RGB is 173 - color contains mainly: blue. Hex color #0232AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0232AD is #FDCD52. Grayscale: #313131. Windows color (decimal): -16633171 or 11350530. OLE color: 11350530.

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

Color convert

RGB250173-
CMYK0.990.7100.32
HSL223.16º97.71%34.31%-
HSV(B)223.16º98.84%67.84%-
XYZ8.715.3140.1-
YUV49.67197.694-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.89%
GREEN value IS 50 (19.92% from 255) = 22.22%
BLUE value IS 173 (67.97% from 255) = 76.89%
R=0.89%
G=22.22%
B=76.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2501730.990.7100.32223.1697.7134.31
Hex232AD6347020df6222
Octal26225514310704033714242
Binary1011001010101101110001110001110100000110111111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0232AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0232AD;
 }
 .AnyTagClassName
 {
   color: #0232AD;
 }
</style>
background-color css

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

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

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

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

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

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