#074679

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

Shades of Dark Cerulean #074679

Tints of Dark Cerulean #074679

Color information

#074679 (or 0x074679) is unknown color: approx Dark Cerulean. HEX triplet: 07, 46 and 79. RGB value is (7,70,121). Sum of RGB (Red+Green+Blue) = 7+70+121=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 121 (47.66% from 255 or 61.11% from 198); Max value from RGB is 121 - color contains mainly: blue. Hex color #074679 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074679 is #F8B986. Grayscale: #383838. Windows color (decimal): -16300423 or 7947783. OLE color: 7947783.

HSL color Cylindrical-coordinate representation of color #074679: hue angle of 206.84º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074679 is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB770121-
CMYK0.940.4200.53
HSL206.84º89.06%25.1%-
HSV(B)206.84º94.21%47.45%-
XYZ5.735.8118.91-
YUV56.98164.1392.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.54%
GREEN value IS 70 (27.73% from 255) = 35.35%
BLUE value IS 121 (47.66% from 255) = 61.11%
R=3.54%
G=35.35%
B=61.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7701210.940.4200.53206.8489.0625.1
Hex746795E2A035cf5919
Octal71061711365206531713131
Binary111100011011110011011110101010011010111001111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074679; }

 p { color: rgb(7,70,121); }

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

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

 a { background-color: rgb(7,70,121); }

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

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

 span { border-color: rgb(7,70,121); }

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