#0C44DB

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

Shades of Persian Blue #0C44DB

Tints of Persian Blue #0C44DB

Color information

#0C44DB (or 0x0C44DB) is unknown color: approx Persian Blue. HEX triplet: 0C, 44 and DB. RGB value is (12,68,219). Sum of RGB (Red+Green+Blue) = 12+68+219=299 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.01% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #0C44DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C44DB is #F3BB24. Grayscale: #434343. Windows color (decimal): -15973157 or 14369804. OLE color: 14369804.

HSL color Cylindrical-coordinate representation of color #0C44DB: hue angle of 223.77º 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 #0C44DB is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB1268219-
CMYK0.950.6900.14
HSL223.77º89.61%45.29%-
HSV(B)223.77º94.52%85.88%-
XYZ159.3368.03-
YUV68.47212.9587.72-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.01%
GREEN value IS 68 (26.95% from 255) = 22.74%
BLUE value IS 219 (85.94% from 255) = 73.24%
R=4.01%
G=22.74%
B=73.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal12682190.950.6900.14223.7789.6145.29
HexC44DB5F450Ee05a2d
Octal1410433313710501634013255
Binary11001000100110110111011111100010101110111000001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C44DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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