#0D4C6C

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

Shades of Dark Cerulean #0D4C6C

Tints of Dark Cerulean #0D4C6C

Color information

#0D4C6C (or 0x0D4C6C) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 4C and 6C. RGB value is (13,76,108). Sum of RGB (Red+Green+Blue) = 13+76+108=197 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.60% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #0D4C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4C6C is #F2B393. Grayscale: #3C3C3C. Windows color (decimal): -15905684 or 7097357. OLE color: 7097357.

HSL color Cylindrical-coordinate representation of color #0D4C6C: hue angle of 200.21º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D4C6C is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1376108-
CMYK0.880.3000.58
HSL200.21º78.51%23.73%-
HSV(B)200.21º87.96%42.35%-
XYZ5.466.3415.12-
YUV60.81154.6393.9-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.60%
GREEN value IS 76 (30.08% from 255) = 38.58%
BLUE value IS 108 (42.58% from 255) = 54.82%
R=6.60%
G=38.58%
B=54.82%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal13761080.880.3000.58200.2178.5123.73
HexD4C6C581E03Ac84f18
Octal151141541303607231011730
Binary110110011001101100101100011110011101011001000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,76,108); }

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

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

 a { background-color: rgb(13,76,108); }

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

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

 span { border-color: rgb(13,76,108); }

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