#074968

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

Shades of Dark Cerulean #074968

Tints of Dark Cerulean #074968

Color information

#074968 (or 0x074968) is unknown color: approx Dark Cerulean. HEX triplet: 07, 49 and 68. RGB value is (7,73,104). Sum of RGB (Red+Green+Blue) = 7+73+104=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #074968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074968 is #F8B697. Grayscale: #383838. Windows color (decimal): -16299672 or 6834439. OLE color: 6834439.

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

Color convert

RGB773104-
CMYK0.930.3000.59
HSL199.18º87.39%21.76%-
HSV(B)199.18º93.27%40.78%-
XYZ4.975.8113.96-
YUV56.8154.6392.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.80%
GREEN value IS 73 (28.91% from 255) = 39.67%
BLUE value IS 104 (41.02% from 255) = 56.52%
R=3.80%
G=39.67%
B=56.52%

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
Decimal7731040.930.3000.59199.1887.3921.76
Hex749685D1E03Bc75716
Octal71111501353607330712726
Binary11110010011101000101110111110011101111000111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074968; }

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

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

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

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

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

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

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

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