#074768

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

Shades of Dark Cerulean #074768

Tints of Dark Cerulean #074768

Color information

#074768 (or 0x074768) is unknown color: approx Dark Cerulean. HEX triplet: 07, 47 and 68. RGB value is (7,71,104). Sum of RGB (Red+Green+Blue) = 7+71+104=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 104 (41.02% from 255 or 57.14% from 182); Max value from RGB is 104 - color contains mainly: blue. Hex color #074768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074768 is #F8B897. Grayscale: #373737. Windows color (decimal): -16300184 or 6833927. OLE color: 6833927.

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

Color convert

RGB771104-
CMYK0.930.3200.59
HSL200.41º87.39%21.76%-
HSV(B)200.41º93.27%40.78%-
XYZ4.845.5513.91-
YUV55.63155.393.32-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.85%
GREEN value IS 71 (28.12% from 255) = 39.01%
BLUE value IS 104 (41.02% from 255) = 57.14%
R=3.85%
G=39.01%
B=57.14%

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
Decimal7711040.930.3200.59200.4187.3921.76
Hex747685D2003Bc85716
Octal71071501354007331012726
Binary111100011111010001011101100000011101111001000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074768; }

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

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

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

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

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

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

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

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