#0F397F

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

Shades of Dark Cerulean #0F397F

Tints of Dark Cerulean #0F397F

Color information

#0F397F (or 0x0F397F) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 39 and 7F. RGB value is (15,57,127). Sum of RGB (Red+Green+Blue) = 15+57+127=199 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.54% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 127 (50% from 255 or 63.82% from 199); Max value from RGB is 127 - color contains mainly: blue. Hex color #0F397F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F397F is #F0C680. Grayscale: #343434. Windows color (decimal): -15779457 or 8337679. OLE color: 8337679.

HSL color Cylindrical-coordinate representation of color #0F397F: hue angle of 217.5º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F397F is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1557127-
CMYK0.880.5500.50
HSL217.5º78.87%27.84%-
HSV(B)217.5º88.19%49.8%-
XYZ5.494.5620.67-
YUV52.42170.09101.31-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.54%
GREEN value IS 57 (22.66% from 255) = 28.64%
BLUE value IS 127 (50% from 255) = 63.82%
R=7.54%
G=28.64%
B=63.82%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal15571270.880.5500.50217.578.8727.84
HexF397F5837032da4f1c
Octal17711771306706233211734
Binary111111100111111111011000110111011001011011010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F397F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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