#07486F

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

Shades of Dark Cerulean #07486F

Tints of Dark Cerulean #07486F

Color information

#07486F (or 0x07486F) is unknown color: approx Dark Cerulean. HEX triplet: 07, 48 and 6F. RGB value is (7,72,111). Sum of RGB (Red+Green+Blue) = 7+72+111=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 111 (43.75% from 255 or 58.42% from 190); Max value from RGB is 111 - color contains mainly: blue. Hex color #07486F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07486F is #F8B790. Grayscale: #383838. Windows color (decimal): -16299921 or 7292935. OLE color: 7292935.

HSL color Cylindrical-coordinate representation of color #07486F: hue angle of 202.5º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07486F is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB772111-
CMYK0.940.3500.56
HSL202.5º88.14%23.14%-
HSV(B)202.5º93.69%43.53%-
XYZ5.275.8315.89-
YUV57.01158.4792.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.68%
GREEN value IS 72 (28.52% from 255) = 37.89%
BLUE value IS 111 (43.75% from 255) = 58.42%
R=3.68%
G=37.89%
B=58.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7721110.940.3500.56202.588.1423.14
Hex7486F5E23038ca5817
Octal71101571364307031213027
Binary111100100011011111011110100011011100011001010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07486F; }

 p { color: rgb(7,72,111); }

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

<style>
 a { background-color: #07486F; }

 a { background-color: rgb(7,72,111); }

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

<style>
 span { border-color: #07486F; }

 span { border-color: rgb(7,72,111); }

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