#074B74

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

Shades of Dark Cerulean #074B74

Tints of Dark Cerulean #074B74

Color information

#074B74 (or 0x074B74) is unknown color: approx Dark Cerulean. HEX triplet: 07, 4B and 74. RGB value is (7,75,116). Sum of RGB (Red+Green+Blue) = 7+75+116=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 75 (29.69% from 255 or 37.88% from 198); Blue value is 116 (45.70% from 255 or 58.59% from 198); Max value from RGB is 116 - color contains mainly: blue. Hex color #074B74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074B74 is #F8B48B. Grayscale: #3B3B3B. Windows color (decimal): -16299148 or 7621383. OLE color: 7621383.

HSL color Cylindrical-coordinate representation of color #074B74: hue angle of 202.57º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074B74 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB775116-
CMYK0.940.3500.55
HSL202.57º88.62%24.12%-
HSV(B)202.57º93.97%45.49%-
XYZ5.766.3417.44-
YUV59.34159.9790.67-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.54%
GREEN value IS 75 (29.69% from 255) = 37.88%
BLUE value IS 116 (45.70% from 255) = 58.59%
R=3.54%
G=37.88%
B=58.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7751160.940.3500.55202.5788.6224.12
Hex74B745E23037cb5918
Octal71131641364306731313130
Binary111100101111101001011110100011011011111001011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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