#0C1CDB

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

Shades of Medium Blue #0C1CDB

Tints of Medium Blue #0C1CDB

Color information

#0C1CDB (or 0x0C1CDB) is unknown color: approx Medium Blue. HEX triplet: 0C, 1C and DB. RGB value is (12,28,219). Sum of RGB (Red+Green+Blue) = 12+28+219=259 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.63% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 219 (85.94% from 255 or 84.56% from 259); Max value from RGB is 219 - color contains mainly: blue. Hex color #0C1CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1CDB is #F3E324. Grayscale: #2C2C2C. Windows color (decimal): -15983397 or 14359564. OLE color: 14359564.

HSL color Cylindrical-coordinate representation of color #0C1CDB: hue angle of 235.36º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C1CDB is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB1228219-
CMYK0.950.8700.14
HSL235.36º89.61%45.29%-
HSV(B)235.36º94.52%85.88%-
XYZ13.356.0267.48-
YUV44.99226.2104.47-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.63%
GREEN value IS 28 (11.33% from 255) = 10.81%
BLUE value IS 219 (85.94% from 255) = 84.56%
R=4.63%
G=10.81%
B=84.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal12282190.950.8700.14235.3689.6145.29
HexC1CDB5F570Eeb5a2d
Octal143433313712701635313255
Binary110011100110110111011111101011101110111010111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,28,219); }

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

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

 a { background-color: rgb(12,28,219); }

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

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

 span { border-color: rgb(12,28,219); }

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