#074271

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

Shades of Dark Cerulean #074271

Tints of Dark Cerulean #074271

Color information

#074271 (or 0x074271) is unknown color: approx Dark Cerulean. HEX triplet: 07, 42 and 71. RGB value is (7,66,113). Sum of RGB (Red+Green+Blue) = 7+66+113=186 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.76% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 113 (44.53% from 255 or 60.75% from 186); Max value from RGB is 113 - color contains mainly: blue. Hex color #074271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074271 is #F8BD8E. Grayscale: #353535. Windows color (decimal): -16301455 or 7422471. OLE color: 7422471.

HSL color Cylindrical-coordinate representation of color #074271: hue angle of 206.6º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074271 is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB766113-
CMYK0.940.4200.56
HSL206.6º88.33%23.53%-
HSV(B)206.6º93.81%44.31%-
XYZ5.025.1316.35-
YUV53.72161.4594.68-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.76%
GREEN value IS 66 (26.17% from 255) = 35.48%
BLUE value IS 113 (44.53% from 255) = 60.75%
R=3.76%
G=35.48%
B=60.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7661130.940.4200.56206.688.3323.53
Hex742715E2A038cf5818
Octal71021611365207031713030
Binary111100001011100011011110101010011100011001111101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074271; }

 p { color: rgb(7,66,113); }

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

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

 a { background-color: rgb(7,66,113); }

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

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

 span { border-color: rgb(7,66,113); }

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