#074B81

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

Shades of Dark Cerulean #074B81

Tints of Dark Cerulean #074B81

Color information

#074B81 (or 0x074B81) is unknown color: approx Dark Cerulean. HEX triplet: 07, 4B and 81. RGB value is (7,75,129). Sum of RGB (Red+Green+Blue) = 7+75+129=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 129 (50.78% from 255 or 61.14% from 211); Max value from RGB is 129 - color contains mainly: blue. Hex color #074B81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074B81 is #F8B47E. Grayscale: #3C3C3C. Windows color (decimal): -16299135 or 8473351. OLE color: 8473351.

HSL color Cylindrical-coordinate representation of color #074B81: hue angle of 206.56º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074B81 is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB775129-
CMYK0.950.4200.49
HSL206.56º89.71%26.67%-
HSV(B)206.56º94.57%50.59%-
XYZ6.576.6621.71-
YUV60.82166.4789.61-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.32%
GREEN value IS 75 (29.69% from 255) = 35.55%
BLUE value IS 129 (50.78% from 255) = 61.14%
R=3.32%
G=35.55%
B=61.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7751290.950.4200.49206.5689.7126.67
Hex74B815F2A031cf5a1b
Octal71132011375206131713233
Binary1111001011100000011011111101010011000111001111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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