Html Css Color HEX #001DBE International Klein Blue

📋 copy color: '#001DBE'

red 0 ◦ green 29 ◦ blue 190

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

Shades of International Klein Blue #001DBE

Tints of International Klein Blue #001DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 86.76%

R = 0%
G = 13.24%
B = 86.76%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#001DBE (or 0x001DBE) is known color: International Klein Blue. HEX triplet: 00, 1D and BE. RGB value is (0,29,190). Sum of RGB (Red+Green+Blue) = 0+29+190=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 190 (74.61% from 255 or 86.76% from 219); Max value from RGB is 190 - color contains mainly: blue. Hex color #001DBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001DBE is #FFE241. Grayscale: #262626. Windows color (decimal): -16769602 or 12459264. OLE color: 12459264.

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

Color convert

RGB 0 29 190 -
CMYK 1 0.85 0 0.25
HSL 230.84º 1% 0.37% -
HSV(B) 230.84º 1% 0.75% -
XYZ 9.73 4.6 49.09 -
YUV 38.68 213.39 100.41 -
System Red Green Blue C M Y K H S L
Decimal 0 29 190 1 0.85 0 0.25 230.84 1 0.37
Hex 0 1D BE 64 55 0 19 E7 64 25
Octal 0 35 276 144 125 0 31 347 144 45
Binary 0 11101 10111110 1100100 1010101 0 11001 11100111 1100100 100101

Color Harmonies of #001DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001DBE

Black with #001DBE

Text Example


Text Example

White with #001DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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