Html Css Color HEX #002C9F International Klein Blue

📋 copy color: '#002C9F'

red 0 ◦ green 44 ◦ blue 159

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

Shades of International Klein Blue #002C9F

Tints of International Klein Blue #002C9F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.67%

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

R = 0%
G = 21.67%
B = 78.33%

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

#002C9F (or 0x002C9F) is known color: International Klein Blue. HEX triplet: 00, 2C and 9F. RGB value is (0,44,159). Sum of RGB (Red+Green+Blue) = 0+44+159=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 159 (62.5% from 255 or 78.33% from 203); Max value from RGB is 159 - color contains mainly: blue. Hex color #002C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002C9F is #FFD360. Grayscale: #2B2B2B. Windows color (decimal): -16765793 or 10431488. OLE color: 10431488.

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

Color convert

RGB 0 44 159 -
CMYK 1 0.72 0 0.38
HSL 223.4º 1% 0.31% -
HSV(B) 223.4º 1% 0.62% -
XYZ 7.16 4.3 33.25 -
YUV 43.95 192.92 96.65 -
System Red Green Blue C M Y K H S L
Decimal 0 44 159 1 0.72 0 0.38 223.4 1 0.31
Hex 0 2C 9F 64 48 0 26 DF 64 1F
Octal 0 54 237 144 110 0 46 337 144 37
Binary 0 101100 10011111 1100100 1001000 0 100110 11011111 1100100 11111

Color Harmonies of #002C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002C9F

Black with #002C9F

Text Example


Text Example

White with #002C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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