#074969

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

Shades of Dark Cerulean #074969

Tints of Dark Cerulean #074969

Color information

#074969 (or 0x074969) is unknown color: approx Dark Cerulean. HEX triplet: 07, 49 and 69. RGB value is (7,73,105). Sum of RGB (Red+Green+Blue) = 7+73+105=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #074969 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074969 is #F8B696. Grayscale: #383838. Windows color (decimal): -16299671 or 6899975. OLE color: 6899975.

HSL color Cylindrical-coordinate representation of color #074969: hue angle of 199.59º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074969 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB773105-
CMYK0.930.3000.59
HSL199.59º87.5%21.96%-
HSV(B)199.59º93.33%41.18%-
XYZ5.025.8314.23-
YUV56.91155.1392.4-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.78%
GREEN value IS 73 (28.91% from 255) = 39.46%
BLUE value IS 105 (41.41% from 255) = 56.76%
R=3.78%
G=39.46%
B=56.76%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7731050.930.3000.59199.5987.521.96
Hex749695D1E03Bc85816
Octal71111511353607331013026
Binary11110010011101001101110111110011101111001000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074969; }

 p { color: rgb(7,73,105); }

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

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

 a { background-color: rgb(7,73,105); }

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

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

 span { border-color: rgb(7,73,105); }

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