#0D367A

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

Shades of Dark Cerulean #0D367A

Tints of Dark Cerulean #0D367A

Color information

#0D367A (or 0x0D367A) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 36 and 7A. RGB value is (13,54,122). Sum of RGB (Red+Green+Blue) = 13+54+122=189 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.88% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 122 (48.05% from 255 or 64.55% from 189); Max value from RGB is 122 - color contains mainly: blue. Hex color #0D367A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D367A is #F2C985. Grayscale: #313131. Windows color (decimal): -15911302 or 8009229. OLE color: 8009229.

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

Color convert

RGB1354122-
CMYK0.890.5600.52
HSL217.43º80.74%26.47%-
HSV(B)217.43º89.34%47.84%-
XYZ54.1318.95-
YUV49.49168.92101.97-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.88%
GREEN value IS 54 (21.48% from 255) = 28.57%
BLUE value IS 122 (48.05% from 255) = 64.55%
R=6.88%
G=28.57%
B=64.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal13541220.890.5600.52217.4380.7426.47
HexD367A5938034d9511a
Octal15661721317006433112132
Binary110111011011110101011001111000011010011011001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D367A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,54,122); }

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

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

 a { background-color: rgb(13,54,122); }

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

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

 span { border-color: rgb(13,54,122); }

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