#0F547E

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

Shades of Dark Cerulean #0F547E

Tints of Dark Cerulean #0F547E

Color information

#0F547E (or 0x0F547E) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 54 and 7E. RGB value is (15,84,126). Sum of RGB (Red+Green+Blue) = 15+84+126=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 126 (49.61% from 255 or 56% from 225); Max value from RGB is 126 - color contains mainly: blue. Hex color #0F547E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F547E is #F0AB81. Grayscale: #434343. Windows color (decimal): -15772546 or 8279055. OLE color: 8279055.

HSL color Cylindrical-coordinate representation of color #0F547E: hue angle of 202.7º 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 #0F547E is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1584126-
CMYK0.880.3300.51
HSL202.7º78.72%27.65%-
HSV(B)202.7º88.1%49.41%-
XYZ7.137.9520.9-
YUV68.16160.6490.08-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.67%
GREEN value IS 84 (33.20% from 255) = 37.33%
BLUE value IS 126 (49.61% from 255) = 56%
R=6.67%
G=37.33%
B=56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal15841260.880.3300.51202.778.7227.65
HexF547E5821033cb4f1c
Octal171241761304106331311734
Binary1111101010011111101011000100001011001111001011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F547E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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