Html Css Color HEX #002CAC International Klein Blue

📋 copy color: '#002CAC'

red 0 ◦ green 44 ◦ blue 172

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

Shades of International Klein Blue #002CAC

Tints of International Klein Blue #002CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 79.63%

R = 0%
G = 20.37%
B = 79.63%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#002CAC (or 0x002CAC) is known color: International Klein Blue. HEX triplet: 00, 2C and AC. RGB value is (0,44,172). Sum of RGB (Red+Green+Blue) = 0+44+172=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 172 (67.58% from 255 or 79.63% from 216); Max value from RGB is 172 - color contains mainly: blue. Hex color #002CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002CAC is #FFD353. Grayscale: #2C2C2C. Windows color (decimal): -16765780 or 11283456. OLE color: 11283456.

HSL color Cylindrical-coordinate representation of color #002CAC: hue angle of 224.65º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002CAC is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 44 172 -
CMYK 1 0.74 0 0.33
HSL 224.65º 1% 0.34% -
HSV(B) 224.65º 1% 0.67% -
XYZ 8.35 4.78 39.51 -
YUV 45.44 199.42 95.59 -
System Red Green Blue C M Y K H S L
Decimal 0 44 172 1 0.74 0 0.33 224.65 1 0.34
Hex 0 2C AC 64 4A 0 21 E1 64 22
Octal 0 54 254 144 112 0 41 341 144 42
Binary 0 101100 10101100 1100100 1001010 0 100001 11100001 1100100 100010

Color Harmonies of #002CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002CAC

Black with #002CAC

Text Example


Text Example

White with #002CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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