#0F397D

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

Shades of Dark Cerulean #0F397D

Tints of Dark Cerulean #0F397D

Color information

#0F397D (or 0x0F397D) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 39 and 7D. RGB value is (15,57,125). Sum of RGB (Red+Green+Blue) = 15+57+125=197 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.61% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 125 (49.22% from 255 or 63.45% from 197); Max value from RGB is 125 - color contains mainly: blue. Hex color #0F397D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F397D is #F0C682. Grayscale: #333333. Windows color (decimal): -15779459 or 8206607. OLE color: 8206607.

HSL color Cylindrical-coordinate representation of color #0F397D: hue angle of 217.09º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F397D is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1557125-
CMYK0.880.5400.51
HSL217.09º78.57%27.45%-
HSV(B)217.09º88%49.02%-
XYZ5.364.5119.99-
YUV52.19169.09101.47-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.61%
GREEN value IS 57 (22.66% from 255) = 28.93%
BLUE value IS 125 (49.22% from 255) = 63.45%
R=7.61%
G=28.93%
B=63.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal15571250.880.5400.51217.0978.5727.45
HexF397D5836033d94f1b
Octal17711751306606333111733
Binary111111100111111011011000110110011001111011001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F397D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,57,125); }

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

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

 a { background-color: rgb(15,57,125); }

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

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

 span { border-color: rgb(15,57,125); }

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