#0F3F7B

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

Shades of Dark Cerulean #0F3F7B

Tints of Dark Cerulean #0F3F7B

Color information

#0F3F7B (or 0x0F3F7B) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 3F and 7B. RGB value is (15,63,123). Sum of RGB (Red+Green+Blue) = 15+63+123=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 123 (48.44% from 255 or 61.19% from 201); Max value from RGB is 123 - color contains mainly: blue. Hex color #0F3F7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3F7B is #F0C084. Grayscale: #373737. Windows color (decimal): -15777925 or 8077071. OLE color: 8077071.

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

Color convert

RGB1563123-
CMYK0.880.4900.52
HSL213.33º78.26%27.06%-
HSV(B)213.33º87.8%48.24%-
XYZ5.555.0919.43-
YUV55.49166.199.12-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.46%
GREEN value IS 63 (25% from 255) = 31.34%
BLUE value IS 123 (48.44% from 255) = 61.19%
R=7.46%
G=31.34%
B=61.19%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal15631230.880.4900.52213.3378.2627.06
HexF3F7B5831034d54e1b
Octal17771731306106432511633
Binary111111111111110111011000110001011010011010101100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,63,123); }

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

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

 a { background-color: rgb(15,63,123); }

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

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

 span { border-color: rgb(15,63,123); }

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