#0D78BA

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

Shades of Cerulean #0D78BA

Tints of Cerulean #0D78BA

Color information

#0D78BA (or 0x0D78BA) is unknown color: approx Cerulean. HEX triplet: 0D, 78 and BA. RGB value is (13,120,186). Sum of RGB (Red+Green+Blue) = 13+120+186=319 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.08% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D78BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D78BA is #F28745. Grayscale: #5F5F5F. Windows color (decimal): -15894342 or 12220429. OLE color: 12220429.

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

Color convert

RGB13120186-
CMYK0.930.3500.27
HSL202.89º86.93%39.02%-
HSV(B)202.89º93.01%72.94%-
XYZ15.7517.0648.92-
YUV95.53179.0569.13-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.08%
GREEN value IS 120 (47.27% from 255) = 37.62%
BLUE value IS 186 (73.05% from 255) = 58.31%
R=4.08%
G=37.62%
B=58.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131201860.930.3500.27202.8986.9339.02
HexD78BA5D2301Bcb5727
Octal151702721354303331312747
Binary11011111000101110101011101100011011011110010111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D78BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,120,186); }

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

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

 a { background-color: rgb(13,120,186); }

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

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

 span { border-color: rgb(13,120,186); }

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