#074A88

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

Shades of Dark Cerulean #074A88

Tints of Dark Cerulean #074A88

Color information

#074A88 (or 0x074A88) is unknown color: approx Dark Cerulean. HEX triplet: 07, 4A and 88. RGB value is (7,74,136). Sum of RGB (Red+Green+Blue) = 7+74+136=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 136 (53.52% from 255 or 62.67% from 217); Max value from RGB is 136 - color contains mainly: blue. Hex color #074A88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074A88 is #F8B577. Grayscale: #3C3C3C. Windows color (decimal): -16299384 or 8931847. OLE color: 8931847.

HSL color Cylindrical-coordinate representation of color #074A88: hue angle of 208.84º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074A88 is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB774136-
CMYK0.950.4600.47
HSL208.84º90.21%28.04%-
HSV(B)208.84º94.85%53.33%-
XYZ6.986.7224.22-
YUV61.04170.389.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.23%
GREEN value IS 74 (29.30% from 255) = 34.10%
BLUE value IS 136 (53.52% from 255) = 62.67%
R=3.23%
G=34.10%
B=62.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7741360.950.4600.47208.8490.2128.04
Hex74A885F2E02Fd15a1c
Octal71122101375605732113234
Binary1111001010100010001011111101110010111111010001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,74,136); }

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

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

 a { background-color: rgb(7,74,136); }

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

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

 span { border-color: rgb(7,74,136); }

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