Html Css Color HEX #002E9F International Klein Blue

📋 copy color: '#002E9F'

red 0 ◦ green 46 ◦ blue 159

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

Shades of International Klein Blue #002E9F

Tints of International Klein Blue #002E9F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 46 (18.36% from 255) = 22.44%

 BLUE value IS 159 (62.5% from 255) = 77.56%

R = 0%
G = 22.44%
B = 77.56%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#002E9F (or 0x002E9F) is known color: International Klein Blue. HEX triplet: 00, 2E and 9F. RGB value is (0,46,159). Sum of RGB (Red+Green+Blue) = 0+46+159=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 159 (62.5% from 255 or 77.56% from 205); Max value from RGB is 159 - color contains mainly: blue. Hex color #002E9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002E9F is #FFD160. Grayscale: #2C2C2C. Windows color (decimal): -16765281 or 10432000. OLE color: 10432000.

HSL color Cylindrical-coordinate representation of color #002E9F: hue angle of 222.64º 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 #002E9F is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 46 159 -
CMYK 1 0.71 0 0.38
HSL 222.64º 1% 0.31% -
HSV(B) 222.64º 1% 0.62% -
XYZ 7.24 4.46 33.28 -
YUV 45.13 192.26 95.81 -
System Red Green Blue C M Y K H S L
Decimal 0 46 159 1 0.71 0 0.38 222.64 1 0.31
Hex 0 2E 9F 64 47 0 26 DF 64 1F
Octal 0 56 237 144 107 0 46 337 144 37
Binary 0 101110 10011111 1100100 1000111 0 100110 11011111 1100100 11111

Color Harmonies of #002E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002E9F

Black with #002E9F

Text Example


Text Example

White with #002E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #002E9F;
 }
 .AnyTagClassName
 {
   color: #002E9F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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