Html Css Color HEX #001DBC International Klein Blue

📋 copy color: '#001DBC'

red 0 ◦ green 29 ◦ blue 188

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

Shades of International Klein Blue #001DBC

Tints of International Klein Blue #001DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 86.64%

R = 0%
G = 13.36%
B = 86.64%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#001DBC (or 0x001DBC) is known color: International Klein Blue. HEX triplet: 00, 1D and BC. RGB value is (0,29,188). Sum of RGB (Red+Green+Blue) = 0+29+188=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 188 (73.83% from 255 or 86.64% from 217); Max value from RGB is 188 - color contains mainly: blue. Hex color #001DBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001DBC is #FFE243. Grayscale: #252525. Windows color (decimal): -16769604 or 12328192. OLE color: 12328192.

HSL color Cylindrical-coordinate representation of color #001DBC: hue angle of 230.74º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001DBC is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 29 188 -
CMYK 1 0.85 0 0.26
HSL 230.74º 1% 0.37% -
HSV(B) 230.74º 1% 0.74% -
XYZ 9.52 4.51 47.95 -
YUV 38.46 212.39 100.57 -
System Red Green Blue C M Y K H S L
Decimal 0 29 188 1 0.85 0 0.26 230.74 1 0.37
Hex 0 1D BC 64 55 0 1A E7 64 25
Octal 0 35 274 144 125 0 32 347 144 45
Binary 0 11101 10111100 1100100 1010101 0 11010 11100111 1100100 100101

Color Harmonies of #001DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001DBC

Black with #001DBC

Text Example


Text Example

White with #001DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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