Html Css Color HEX #001DAC International Klein Blue

📋 copy color: '#001DAC'

red 0 ◦ green 29 ◦ blue 172

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

Shades of International Klein Blue #001DAC

Tints of International Klein Blue #001DAC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.43%

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

R = 0%
G = 14.43%
B = 85.57%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#001DAC (or 0x001DAC) is known color: International Klein Blue. HEX triplet: 00, 1D and AC. RGB value is (0,29,172). Sum of RGB (Red+Green+Blue) = 0+29+172=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 29 (11.72% from 255 or 14.43% from 201); Blue value is 172 (67.58% from 255 or 85.57% from 201); Max value from RGB is 172 - color contains mainly: blue. Hex color #001DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001DAC is #FFE253. Grayscale: #242424. Windows color (decimal): -16769620 or 11279616. OLE color: 11279616.

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

Color convert

RGB 0 29 172 -
CMYK 1 0.83 0 0.33
HSL 229.88º 1% 0.34% -
HSV(B) 229.88º 1% 0.67% -
XYZ 7.89 3.86 39.36 -
YUV 36.63 204.39 101.87 -
System Red Green Blue C M Y K H S L
Decimal 0 29 172 1 0.83 0 0.33 229.88 1 0.34
Hex 0 1D AC 64 53 0 21 E6 64 22
Octal 0 35 254 144 123 0 41 346 144 42
Binary 0 11101 10101100 1100100 1010011 0 100001 11100110 1100100 100010

Color Harmonies of #001DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001DAC

Black with #001DAC

Text Example


Text Example

White with #001DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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