#002D9F

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

Shades of International Klein Blue #002D9F

Tints of International Klein Blue #002D9F

Color information

#002D9F (or 0x002D9F) is unknown color: approx International Klein Blue. HEX triplet: 00, 2D and 9F. RGB value is (0,45,159). Sum of RGB (Red+Green+Blue) = 0+45+159=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 45 (17.97% from 255 or 22.06% from 204); Blue value is 159 (62.5% from 255 or 77.94% from 204); Max value from RGB is 159 - color contains mainly: blue. Hex color #002D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002D9F is #FFD260. Grayscale: #2C2C2C. Windows color (decimal): -16765537 or 10431744. OLE color: 10431744.

HSL color Cylindrical-coordinate representation of color #002D9F: hue angle of 223.02º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002D9F is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB045159-
CMYK10.7200.38
HSL223.02º100%31.18%-
HSV(B)223.02º100%62.35%-
XYZ7.24.3833.27-
YUV44.54192.5996.23-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 45 (17.97% from 255) = 22.06%
BLUE value IS 159 (62.5% from 255) = 77.94%
R=0%
G=22.06%
B=77.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal04515910.7200.38223.0210031.18
Hex02D9F6448026df641f
Octal05523714411004633714437
Binary01011011001111111001001001000010011011011111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002D9F; }

 p { color: rgb(0,45,159); }

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

<style>
 a { background-color: #002D9F; }

 a { background-color: rgb(0,45,159); }

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

<style>
 span { border-color: #002D9F; }

 span { border-color: rgb(0,45,159); }

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