#0A1CBB

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

Shades of International Klein Blue #0A1CBB

Tints of International Klein Blue #0A1CBB

Color information

#0A1CBB (or 0x0A1CBB) is unknown color: approx International Klein Blue. HEX triplet: 0A, 1C and BB. RGB value is (10,28,187). Sum of RGB (Red+Green+Blue) = 10+28+187=225 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.44% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 187 (73.44% from 255 or 83.11% from 225); Max value from RGB is 187 - color contains mainly: blue. Hex color #0A1CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A1CBB is #F5E344. Grayscale: #282828. Windows color (decimal): -16114501 or 12262410. OLE color: 12262410.

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

Color convert

RGB1028187-
CMYK0.950.8500.27
HSL233.9º89.85%38.63%-
HSV(B)233.9º94.65%73.33%-
XYZ9.514.4847.38-
YUV40.74210.54106.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.44%
GREEN value IS 28 (11.33% from 255) = 12.44%
BLUE value IS 187 (73.44% from 255) = 83.11%
R=4.44%
G=12.44%
B=83.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10281870.950.8500.27233.989.8538.63
HexA1CBB5F5501Bea5a27
Octal123427313712503335213247
Binary1010111001011101110111111010101011011111010101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A1CBB; }

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

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

<style>
 a { background-color: #0A1CBB; }

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

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

<style>
 span { border-color: #0A1CBB; }

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

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