Html Css Color HEX #001CB6 International Klein Blue

📋 copy color: '#001CB6'

red 0 ◦ green 28 ◦ blue 182

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

Shades of International Klein Blue #001CB6

Tints of International Klein Blue #001CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 86.67%

R = 0%
G = 13.33%
B = 86.67%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#001CB6 (or 0x001CB6) is known color: International Klein Blue. HEX triplet: 00, 1C and B6. RGB value is (0,28,182). Sum of RGB (Red+Green+Blue) = 0+28+182=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 182 (71.48% from 255 or 86.67% from 210); Max value from RGB is 182 - color contains mainly: blue. Hex color #001CB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001CB6 is #FFE349. Grayscale: #242424. Windows color (decimal): -16769866 or 11934720. OLE color: 11934720.

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

Color convert

RGB 0 28 182 -
CMYK 1 0.85 0 0.29
HSL 230.77º 1% 0.36% -
HSV(B) 230.77º 1% 0.71% -
XYZ 8.86 4.21 44.6 -
YUV 37.18 209.72 101.48 -
System Red Green Blue C M Y K H S L
Decimal 0 28 182 1 0.85 0 0.29 230.77 1 0.36
Hex 0 1C B6 64 55 0 1D E7 64 24
Octal 0 34 266 144 125 0 35 347 144 44
Binary 0 11100 10110110 1100100 1010101 0 11101 11100111 1100100 100100

Color Harmonies of #001CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001CB6

Black with #001CB6

Text Example


Text Example

White with #001CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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