Html Css Color HEX #001EB7 International Klein Blue

📋 copy color: '#001EB7'

red 0 ◦ green 30 ◦ blue 183

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

Shades of International Klein Blue #001EB7

Tints of International Klein Blue #001EB7

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.08%

 BLUE value IS 183 (71.88% from 255) = 85.92%

R = 0%
G = 14.08%
B = 85.92%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#001EB7 (or 0x001EB7) is known color: International Klein Blue. HEX triplet: 00, 1E and B7. RGB value is (0,30,183). Sum of RGB (Red+Green+Blue) = 0+30+183=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 183 (71.88% from 255 or 85.92% from 213); Max value from RGB is 183 - color contains mainly: blue. Hex color #001EB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001EB7 is #FFE148. Grayscale: #252525. Windows color (decimal): -16769353 or 12000768. OLE color: 12000768.

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

Color convert

RGB 0 30 183 -
CMYK 1 0.84 0 0.28
HSL 230.16º 1% 0.36% -
HSV(B) 230.16º 1% 0.72% -
XYZ 9.01 4.35 45.16 -
YUV 38.47 209.56 100.56 -
System Red Green Blue C M Y K H S L
Decimal 0 30 183 1 0.84 0 0.28 230.16 1 0.36
Hex 0 1E B7 64 54 0 1C E6 64 24
Octal 0 36 267 144 124 0 34 346 144 44
Binary 0 11110 10110111 1100100 1010100 0 11100 11100110 1100100 100100

Color Harmonies of #001EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001EB7

Black with #001EB7

Text Example


Text Example

White with #001EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,30,183); }

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

background-color css

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

 a { background-color: rgb(0,30,183); }

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

border-color css

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

 span { border-color: rgb(0,30,183); }

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