#074769

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

Shades of Dark Cerulean #074769

Tints of Dark Cerulean #074769

Color information

#074769 (or 0x074769) is unknown color: approx Dark Cerulean. HEX triplet: 07, 47 and 69. RGB value is (7,71,105). Sum of RGB (Red+Green+Blue) = 7+71+105=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #074769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074769 is #F8B896. Grayscale: #373737. Windows color (decimal): -16300183 or 6899463. OLE color: 6899463.

HSL color Cylindrical-coordinate representation of color #074769: hue angle of 200.82º 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 #074769 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB771105-
CMYK0.930.3200.59
HSL200.82º87.5%21.96%-
HSV(B)200.82º93.33%41.18%-
XYZ4.895.5714.18-
YUV55.74155.893.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.83%
GREEN value IS 71 (28.12% from 255) = 38.80%
BLUE value IS 105 (41.41% from 255) = 57.38%
R=3.83%
G=38.80%
B=57.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7711050.930.3200.59200.8287.521.96
Hex747695D2003Bc95816
Octal71071511354007331113026
Binary111100011111010011011101100000011101111001001101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074769; }

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

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

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

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

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

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

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

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