#0F446F

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

Shades of Dark Cerulean #0F446F

Tints of Dark Cerulean #0F446F

Color information

#0F446F (or 0x0F446F) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 44 and 6F. RGB value is (15,68,111). Sum of RGB (Red+Green+Blue) = 15+68+111=194 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.73% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 111 (43.75% from 255 or 57.22% from 194); Max value from RGB is 111 - color contains mainly: blue. Hex color #0F446F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F446F is #F0BB90. Grayscale: #383838. Windows color (decimal): -15776657 or 7291919. OLE color: 7291919.

HSL color Cylindrical-coordinate representation of color #0F446F: hue angle of 206.88º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F446F is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1568111-
CMYK0.860.3900.56
HSL206.88º76.19%24.71%-
HSV(B)206.88º86.49%43.53%-
XYZ5.135.3815.81-
YUV57.05158.4498-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.73%
GREEN value IS 68 (26.95% from 255) = 35.05%
BLUE value IS 111 (43.75% from 255) = 57.22%
R=7.73%
G=35.05%
B=57.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal15681110.860.3900.56206.8876.1924.71
HexF446F5627038cf4c19
Octal171041571264707031711431
Binary1111100010011011111010110100111011100011001111100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F446F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,68,111); }

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

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

 a { background-color: rgb(15,68,111); }

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

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

 span { border-color: rgb(15,68,111); }

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