#074B78

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

Shades of Dark Cerulean #074B78

Tints of Dark Cerulean #074B78

Color information

#074B78 (or 0x074B78) is unknown color: approx Dark Cerulean. HEX triplet: 07, 4B and 78. RGB value is (7,75,120). Sum of RGB (Red+Green+Blue) = 7+75+120=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 75 (29.69% from 255 or 37.13% from 202); Blue value is 120 (47.27% from 255 or 59.41% from 202); Max value from RGB is 120 - color contains mainly: blue. Hex color #074B78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074B78 is #F8B487. Grayscale: #3B3B3B. Windows color (decimal): -16299144 or 7883527. OLE color: 7883527.

HSL color Cylindrical-coordinate representation of color #074B78: hue angle of 203.89º 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 #074B78 is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB775120-
CMYK0.940.3700.53
HSL203.89º88.98%24.9%-
HSV(B)203.89º94.17%47.06%-
XYZ5.996.4318.7-
YUV59.8161.9790.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.47%
GREEN value IS 75 (29.69% from 255) = 37.13%
BLUE value IS 120 (47.27% from 255) = 59.41%
R=3.47%
G=37.13%
B=59.41%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7751200.940.3700.53203.8988.9824.9
Hex74B785E25035cc5919
Octal71131701364506531413131
Binary111100101111110001011110100101011010111001100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074B78; }

 p { color: rgb(7,75,120); }

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

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

 a { background-color: rgb(7,75,120); }

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

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

 span { border-color: rgb(7,75,120); }

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