Html Css Color HEX #001CBC International Klein Blue

📋 copy color: '#001CBC'

red 0 ◦ green 28 ◦ blue 188

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

Shades of International Klein Blue #001CBC

Tints of International Klein Blue #001CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 87.04%

R = 0%
G = 12.96%
B = 87.04%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#001CBC (or 0x001CBC) is known color: International Klein Blue. HEX triplet: 00, 1C and BC. RGB value is (0,28,188). Sum of RGB (Red+Green+Blue) = 0+28+188=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 188 (73.83% from 255 or 87.04% from 216); Max value from RGB is 188 - color contains mainly: blue. Hex color #001CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001CBC is #FFE343. Grayscale: #252525. Windows color (decimal): -16769860 or 12327936. OLE color: 12327936.

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

Color convert

RGB 0 28 188 -
CMYK 1 0.85 0 0.26
HSL 231.06º 1% 0.37% -
HSV(B) 231.06º 1% 0.74% -
XYZ 9.49 4.46 47.94 -
YUV 37.87 212.72 100.99 -
System Red Green Blue C M Y K H S L
Decimal 0 28 188 1 0.85 0 0.26 231.06 1 0.37
Hex 0 1C BC 64 55 0 1A E7 64 25
Octal 0 34 274 144 125 0 32 347 144 45
Binary 0 11100 10111100 1100100 1010101 0 11010 11100111 1100100 100101

Color Harmonies of #001CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001CBC

Black with #001CBC

Text Example


Text Example

White with #001CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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