Html Css Color HEX #001DB3 International Klein Blue

📋 copy color: '#001DB3'

red 0 ◦ green 29 ◦ blue 179

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

Shades of International Klein Blue #001DB3

Tints of International Klein Blue #001DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 86.06%

R = 0%
G = 13.94%
B = 86.06%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#001DB3 (or 0x001DB3) is known color: International Klein Blue. HEX triplet: 00, 1D and B3. RGB value is (0,29,179). Sum of RGB (Red+Green+Blue) = 0+29+179=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 29 (11.72% from 255 or 13.94% from 208); Blue value is 179 (70.31% from 255 or 86.06% from 208); Max value from RGB is 179 - color contains mainly: blue. Hex color #001DB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001DB3 is #FFE24C. Grayscale: #242424. Windows color (decimal): -16769613 or 11738368. OLE color: 11738368.

HSL color Cylindrical-coordinate representation of color #001DB3: hue angle of 230.28º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001DB3 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 0 29 179 -
CMYK 1 0.84 0 0.30
HSL 230.28º 1% 0.35% -
HSV(B) 230.28º 1% 0.7% -
XYZ 8.58 4.13 42.99 -
YUV 37.43 207.89 101.3 -
System Red Green Blue C M Y K H S L
Decimal 0 29 179 1 0.84 0 0.30 230.28 1 0.35
Hex 0 1D B3 64 54 0 1E E6 64 23
Octal 0 35 263 144 124 0 36 346 144 43
Binary 0 11101 10110011 1100100 1010100 0 11110 11100110 1100100 100011

Color Harmonies of #001DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001DB3

Black with #001DB3

Text Example


Text Example

White with #001DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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