Html Css Color HEX #001D9C International Klein Blue

📋 copy color: '#001D9C'

red 0 ◦ green 29 ◦ blue 156

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

Shades of International Klein Blue #001D9C

Tints of International Klein Blue #001D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 84.32%

R = 0%
G = 15.68%
B = 84.32%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#001D9C (or 0x001D9C) is known color: International Klein Blue. HEX triplet: 00, 1D and 9C. RGB value is (0,29,156). Sum of RGB (Red+Green+Blue) = 0+29+156=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 156 (61.33% from 255 or 84.32% from 185); Max value from RGB is 156 - color contains mainly: blue. Hex color #001D9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001D9C is #FFE263. Grayscale: #222222. Windows color (decimal): -16769636 or 10231040. OLE color: 10231040.

HSL color Cylindrical-coordinate representation of color #001D9C: hue angle of 228.85º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D9C is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 29 156 -
CMYK 1 0.81 0 0.39
HSL 228.85º 1% 0.31% -
HSV(B) 228.85º 1% 0.61% -
XYZ 6.44 3.28 31.75 -
YUV 34.81 196.39 103.17 -
System Red Green Blue C M Y K H S L
Decimal 0 29 156 1 0.81 0 0.39 228.85 1 0.31
Hex 0 1D 9C 64 51 0 27 E5 64 1F
Octal 0 35 234 144 121 0 47 345 144 37
Binary 0 11101 10011100 1100100 1010001 0 100111 11100101 1100100 11111

Color Harmonies of #001D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001D9C

Black with #001D9C

Text Example


Text Example

White with #001D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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