#0231AD

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

Shades of International Klein Blue #0231AD

Tints of International Klein Blue #0231AD

Color information

#0231AD (or 0x0231AD) is unknown color: approx International Klein Blue. HEX triplet: 02, 31 and AD. RGB value is (2,49,173). Sum of RGB (Red+Green+Blue) = 2+49+173=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 173 (67.97% from 255 or 77.23% from 224); Max value from RGB is 173 - color contains mainly: blue. Hex color #0231AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0231AD is #FDCE52. Grayscale: #303030. Windows color (decimal): -16633427 or 11350274. OLE color: 11350274.

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

Color convert

RGB249173-
CMYK0.990.7200.32
HSL223.51º97.71%34.31%-
HSV(B)223.51º98.84%67.84%-
XYZ8.675.2340.09-
YUV49.08197.9394.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.89%
GREEN value IS 49 (19.53% from 255) = 21.88%
BLUE value IS 173 (67.97% from 255) = 77.23%
R=0.89%
G=21.88%
B=77.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2491730.990.7200.32223.5197.7134.31
Hex231AD6348020e06222
Octal26125514311004034014242
Binary1011000110101101110001110010000100000111000001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0231AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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