Html Css Color HEX #001DAE International Klein Blue

📋 copy color: '#001DAE'

red 0 ◦ green 29 ◦ blue 174

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

Shades of International Klein Blue #001DAE

Tints of International Klein Blue #001DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 85.71%

R = 0%
G = 14.29%
B = 85.71%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#001DAE (or 0x001DAE) is known color: International Klein Blue. HEX triplet: 00, 1D and AE. RGB value is (0,29,174). Sum of RGB (Red+Green+Blue) = 0+29+174=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 174 (68.36% from 255 or 85.71% from 203); Max value from RGB is 174 - color contains mainly: blue. Hex color #001DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001DAE is #FFE251. Grayscale: #242424. Windows color (decimal): -16769618 or 11410688. OLE color: 11410688.

HSL color Cylindrical-coordinate representation of color #001DAE: hue angle of 230º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001DAE is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 29 174 -
CMYK 1 0.83 0 0.32
HSL 230º 1% 0.34% -
HSV(B) 230º 1% 0.68% -
XYZ 8.08 3.93 40.38 -
YUV 36.86 205.39 101.71 -
System Red Green Blue C M Y K H S L
Decimal 0 29 174 1 0.83 0 0.32 230 1 0.34
Hex 0 1D AE 64 53 0 20 E6 64 22
Octal 0 35 256 144 123 0 40 346 144 42
Binary 0 11101 10101110 1100100 1010011 0 100000 11100110 1100100 100010

Color Harmonies of #001DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001DAE

Black with #001DAE

Text Example


Text Example

White with #001DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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