#0D397B

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

Shades of Dark Cerulean #0D397B

Tints of Dark Cerulean #0D397B

Color information

#0D397B (or 0x0D397B) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 39 and 7B. RGB value is (13,57,123). Sum of RGB (Red+Green+Blue) = 13+57+123=193 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.74% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 123 (48.44% from 255 or 63.73% from 193); Max value from RGB is 123 - color contains mainly: blue. Hex color #0D397B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D397B is #F2C684. Grayscale: #333333. Windows color (decimal): -15910533 or 8075533. OLE color: 8075533.

HSL color Cylindrical-coordinate representation of color #0D397B: hue angle of 216º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D397B is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1357123-
CMYK0.890.5400.52
HSL216º80.88%26.67%-
HSV(B)216º89.43%48.24%-
XYZ5.24.4419.32-
YUV51.37168.42100.63-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.74%
GREEN value IS 57 (22.66% from 255) = 29.53%
BLUE value IS 123 (48.44% from 255) = 63.73%
R=6.74%
G=29.53%
B=63.73%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal13571230.890.5400.5221680.8826.67
HexD397B5936034d8511b
Octal15711731316606433012133
Binary110111100111110111011001110110011010011011000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D397B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,57,123); }

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

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

 a { background-color: rgb(13,57,123); }

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

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

 span { border-color: rgb(13,57,123); }

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