#074275

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

Shades of Dark Cerulean #074275

Tints of Dark Cerulean #074275

Color information

#074275 (or 0x074275) is unknown color: approx Dark Cerulean. HEX triplet: 07, 42 and 75. RGB value is (7,66,117). Sum of RGB (Red+Green+Blue) = 7+66+117=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 117 (46.09% from 255 or 61.58% from 190); Max value from RGB is 117 - color contains mainly: blue. Hex color #074275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074275 is #F8BD8A. Grayscale: #353535. Windows color (decimal): -16301451 or 7684615. OLE color: 7684615.

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

Color convert

RGB766117-
CMYK0.940.4400.54
HSL207.82º88.71%24.31%-
HSV(B)207.82º94.02%45.88%-
XYZ5.255.2317.56-
YUV54.17163.4594.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.68%
GREEN value IS 66 (26.17% from 255) = 34.74%
BLUE value IS 117 (46.09% from 255) = 61.58%
R=3.68%
G=34.74%
B=61.58%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7661170.940.4400.54207.8288.7124.31
Hex742755E2C036d05918
Octal71021651365406632013130
Binary111100001011101011011110101100011011011010000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074275; }

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

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

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

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

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

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

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

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