#074B7C

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

Shades of Dark Cerulean #074B7C

Tints of Dark Cerulean #074B7C

Color information

#074B7C (or 0x074B7C) is unknown color: approx Dark Cerulean. HEX triplet: 07, 4B and 7C. RGB value is (7,75,124). Sum of RGB (Red+Green+Blue) = 7+75+124=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 124 (48.83% from 255 or 60.19% from 206); Max value from RGB is 124 - color contains mainly: blue. Hex color #074B7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074B7C is #F8B483. Grayscale: #3B3B3B. Windows color (decimal): -16299140 or 8145671. OLE color: 8145671.

HSL color Cylindrical-coordinate representation of color #074B7C: hue angle of 205.13º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074B7C is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB775124-
CMYK0.940.4000.51
HSL205.13º89.31%25.69%-
HSV(B)205.13º94.35%48.63%-
XYZ6.246.5320-
YUV60.25163.9790.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.40%
GREEN value IS 75 (29.69% from 255) = 36.41%
BLUE value IS 124 (48.83% from 255) = 60.19%
R=3.40%
G=36.41%
B=60.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7751240.940.4000.51205.1389.3125.69
Hex74B7C5E28033cd591a
Octal71131741365006331513132
Binary111100101111111001011110101000011001111001101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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