#0A1CBC

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

Shades of International Klein Blue #0A1CBC

Tints of International Klein Blue #0A1CBC

Color information

#0A1CBC (or 0x0A1CBC) is unknown color: approx International Klein Blue. HEX triplet: 0A, 1C and BC. RGB value is (10,28,188). Sum of RGB (Red+Green+Blue) = 10+28+188=226 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.42% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 188 (73.83% from 255 or 83.19% from 226); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A1CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A1CBC is #F5E343. Grayscale: #282828. Windows color (decimal): -16114500 or 12327946. OLE color: 12327946.

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

Color convert

RGB1028188-
CMYK0.950.8500.26
HSL233.93º89.9%38.82%-
HSV(B)233.93º94.68%73.73%-
XYZ9.624.5347.94-
YUV40.86211.04105.99-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.42%
GREEN value IS 28 (11.33% from 255) = 12.39%
BLUE value IS 188 (73.83% from 255) = 83.19%
R=4.42%
G=12.39%
B=83.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal10281880.950.8500.26233.9389.938.82
HexA1CBC5F5501Aea5a27
Octal123427413712503235213247
Binary1010111001011110010111111010101011010111010101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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