#001CBF

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

Shades of International Klein Blue #001CBF

Tints of International Klein Blue #001CBF

Color information

#001CBF (or 0x001CBF) is unknown color: approx International Klein Blue. HEX triplet: 00, 1C and BF. RGB value is (0,28,191). Sum of RGB (Red+Green+Blue) = 0+28+191=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 191 (75% from 255 or 87.21% from 219); Max value from RGB is 191 - color contains mainly: blue. Hex color #001CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001CBF is #FFE340. Grayscale: #252525. Windows color (decimal): -16769857 or 12524544. OLE color: 12524544.

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

Color convert

RGB028191-
CMYK10.8500.25
HSL231.2º100%37.45%-
HSV(B)231.2º100%74.9%-
XYZ9.824.5949.66-
YUV38.21214.22100.75-

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) = 12.79%
BLUE value IS 191 (75% from 255) = 87.21%
R=0%
G=12.79%
B=87.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal02819110.8500.25231.210037.45
Hex01CBF6455019e76425
Octal03427714412503134714445
Binary0111001011111111001001010101011001111001111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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