Html Css Color HEX #002D9F International Klein Blue

📋 copy color: '#002D9F'

red 0 ◦ green 45 ◦ blue 159

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

Shades of International Klein Blue #002D9F

Tints of International Klein Blue #002D9F

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 value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#002D9F (or 0x002D9F) is known color: 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

RGB 0 45 159 -
CMYK 1 0.72 0 0.38
HSL 223.02º 1% 0.31% -
HSV(B) 223.02º 1% 0.62% -
XYZ 7.2 4.38 33.27 -
YUV 44.54 192.59 96.23 -
System Red Green Blue C M Y K H S L
Decimal 0 45 159 1 0.72 0 0.38 223.02 1 0.31
Hex 0 2D 9F 64 48 0 26 DF 64 1F
Octal 0 55 237 144 110 0 46 337 144 37
Binary 0 101101 10011111 1100100 1001000 0 100110 11011111 1100100 11111

Color Harmonies of #002D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002D9F

Black with #002D9F

Text Example


Text Example

White with #002D9F

Text Example


Text Example

HTML Codes & Css Web 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>