#074781

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

Shades of Dark Cerulean #074781

Tints of Dark Cerulean #074781

Color information

#074781 (or 0x074781) is unknown color: approx Dark Cerulean. HEX triplet: 07, 47 and 81. RGB value is (7,71,129). Sum of RGB (Red+Green+Blue) = 7+71+129=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 129 (50.78% from 255 or 62.32% from 207); Max value from RGB is 129 - color contains mainly: blue. Hex color #074781 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074781 is #F8B87E. Grayscale: #3A3A3A. Windows color (decimal): -16300159 or 8472327. OLE color: 8472327.

HSL color Cylindrical-coordinate representation of color #074781: hue angle of 208.52º 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 #074781 is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB771129-
CMYK0.950.4500.49
HSL208.52º89.71%26.67%-
HSV(B)208.52º94.57%50.59%-
XYZ6.36.1421.62-
YUV58.48167.891.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.38%
GREEN value IS 71 (28.12% from 255) = 34.30%
BLUE value IS 129 (50.78% from 255) = 62.32%
R=3.38%
G=34.30%
B=62.32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7711290.950.4500.49208.5289.7126.67
Hex747815F2D031d15a1b
Octal71072011375506132113233
Binary1111000111100000011011111101101011000111010001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074781; }

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

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

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

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

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

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

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

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