#001CBB

Color #001CBB International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #001CBB

Tints of International Klein Blue #001CBB

Color information

#001CBB (or 0x001CBB) is unknown color: approx International Klein Blue. HEX triplet: 00, 1C and BB. RGB value is (0,28,187). Sum of RGB (Red+Green+Blue) = 0+28+187=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 187 (73.44% from 255 or 86.98% from 215); Max value from RGB is 187 - color contains mainly: blue. Hex color #001CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001CBB is #FFE344. Grayscale: #252525. Windows color (decimal): -16769861 or 12262400. OLE color: 12262400.

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

Color convert

RGB028187-
CMYK10.8500.27
HSL231.02º100%36.67%-
HSV(B)231.02º100%73.33%-
XYZ9.384.4247.37-
YUV37.75212.22101.07-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 28 (11.33% from 255) = 13.02%
BLUE value IS 187 (73.44% from 255) = 86.98%
R=0%
G=13.02%
B=86.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal02818710.8500.27231.0210036.67
Hex01CBB645501Be76425
Octal03427314412503334714445
Binary0111001011101111001001010101011011111001111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #001CBB;
 }
 .AnyTagClassName
 {
   color: #001CBB;
 }
</style>
background-color css

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

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

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

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

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

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