#0F397E

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

Shades of Dark Cerulean #0F397E

Tints of Dark Cerulean #0F397E

Color information

#0F397E (or 0x0F397E) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 39 and 7E. RGB value is (15,57,126). Sum of RGB (Red+Green+Blue) = 15+57+126=198 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.58% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 126 (49.61% from 255 or 63.64% from 198); Max value from RGB is 126 - color contains mainly: blue. Hex color #0F397E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F397E is #F0C681. Grayscale: #333333. Windows color (decimal): -15779458 or 8272143. OLE color: 8272143.

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

Color convert

RGB1557126-
CMYK0.880.5500.51
HSL217.3º78.72%27.65%-
HSV(B)217.3º88.1%49.41%-
XYZ5.434.5320.33-
YUV52.31169.59101.39-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.58%
GREEN value IS 57 (22.66% from 255) = 28.79%
BLUE value IS 126 (49.61% from 255) = 63.64%
R=7.58%
G=28.79%
B=63.64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal15571260.880.5500.51217.378.7227.65
HexF397E5837033d94f1c
Octal17711761306706333111734
Binary111111100111111101011000110111011001111011001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F397E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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