Html Css Color HEX #002DAC International Klein Blue

📋 copy color: '#002DAC'

red 0 ◦ green 45 ◦ blue 172

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

Shades of International Klein Blue #002DAC

Tints of International Klein Blue #002DAC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.74%

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

R = 0%
G = 20.74%
B = 79.26%

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

#002DAC (or 0x002DAC) is known color: International Klein Blue. HEX triplet: 00, 2D and AC. RGB value is (0,45,172). Sum of RGB (Red+Green+Blue) = 0+45+172=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 45 (17.97% from 255 or 20.74% from 217); Blue value is 172 (67.58% from 255 or 79.26% from 217); Max value from RGB is 172 - color contains mainly: blue. Hex color #002DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002DAC is #FFD253. Grayscale: #2D2D2D. Windows color (decimal): -16765524 or 11283712. OLE color: 11283712.

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

Color convert

RGB 0 45 172 -
CMYK 1 0.74 0 0.33
HSL 224.3º 1% 0.34% -
HSV(B) 224.3º 1% 0.67% -
XYZ 8.38 4.86 39.52 -
YUV 46.02 199.09 95.17 -
System Red Green Blue C M Y K H S L
Decimal 0 45 172 1 0.74 0 0.33 224.3 1 0.34
Hex 0 2D AC 64 4A 0 21 E0 64 22
Octal 0 55 254 144 112 0 41 340 144 42
Binary 0 101101 10101100 1100100 1001010 0 100001 11100000 1100100 100010

Color Harmonies of #002DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002DAC

Black with #002DAC

Text Example


Text Example

White with #002DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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