Html Css Color HEX #001CBE International Klein Blue

📋 copy color: '#001CBE'

red 0 ◦ green 28 ◦ blue 190

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

Shades of International Klein Blue #001CBE

Tints of International Klein Blue #001CBE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.84%

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

R = 0%
G = 12.84%
B = 87.16%

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

#001CBE (or 0x001CBE) is known color: International Klein Blue. HEX triplet: 00, 1C and BE. RGB value is (0,28,190). Sum of RGB (Red+Green+Blue) = 0+28+190=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 190 (74.61% from 255 or 87.16% from 218); Max value from RGB is 190 - color contains mainly: blue. Hex color #001CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001CBE is #FFE341. Grayscale: #252525. Windows color (decimal): -16769858 or 12459008. OLE color: 12459008.

HSL color Cylindrical-coordinate representation of color #001CBE: hue angle of 231.16º 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 #001CBE is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 28 190 -
CMYK 1 0.85 0 0.25
HSL 231.16º 1% 0.37% -
HSV(B) 231.16º 1% 0.75% -
XYZ 9.71 4.55 49.08 -
YUV 38.1 213.72 100.83 -
System Red Green Blue C M Y K H S L
Decimal 0 28 190 1 0.85 0 0.25 231.16 1 0.37
Hex 0 1C BE 64 55 0 19 E7 64 25
Octal 0 34 276 144 125 0 31 347 144 45
Binary 0 11100 10111110 1100100 1010101 0 11001 11100111 1100100 100101

Color Harmonies of #001CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001CBE

Black with #001CBE

Text Example


Text Example

White with #001CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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