#0C1FB9

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

Shades of International Klein Blue #0C1FB9

Tints of International Klein Blue #0C1FB9

Color information

#0C1FB9 (or 0x0C1FB9) is unknown color: approx International Klein Blue. HEX triplet: 0C, 1F and B9. RGB value is (12,31,185). Sum of RGB (Red+Green+Blue) = 12+31+185=228 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.26% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 185 (72.66% from 255 or 81.14% from 228); Max value from RGB is 185 - color contains mainly: blue. Hex color #0C1FB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1FB9 is #F3E046. Grayscale: #2A2A2A. Windows color (decimal): -15982663 or 12132108. OLE color: 12132108.

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

Color convert

RGB1231185-
CMYK0.940.8300.27
HSL233.41º87.82%38.63%-
HSV(B)233.41º93.51%72.55%-
XYZ9.44.5646.28-
YUV42.88208.21105.98-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.26%
GREEN value IS 31 (12.5% from 255) = 13.60%
BLUE value IS 185 (72.66% from 255) = 81.14%
R=5.26%
G=13.60%
B=81.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal12311850.940.8300.27233.4187.8238.63
HexC1FB95E5301Be95827
Octal143727113612303335113047
Binary1100111111011100110111101010011011011111010011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,31,185); }

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

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

 a { background-color: rgb(12,31,185); }

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

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

 span { border-color: rgb(12,31,185); }

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