Html Css Color HEX #074079 Dark Cerulean

📋 copy color: '#074079'

red 7 ◦ green 64 ◦ blue 121

#074079
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #074079

Tints of Dark Cerulean #074079

RGB

 RED value IS 7 (3.13% from 255) = 3.65%

 GREEN value IS 64 (25.39% from 255) = 33.33%

 BLUE value IS 121 (47.66% from 255) = 63.02%

R = 3.65%
G = 33.33%
B = 63.02%

CMYK

 C value IS 0.94

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#074079 (or 0x074079) is known color: Dark Cerulean. HEX triplet: 07, 40 and 79. RGB value is (7,64,121). Sum of RGB (Red+Green+Blue) = 7+64+121=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 121 (47.66% from 255 or 63.02% from 192); Max value from RGB is 121 - color contains mainly: blue. Hex color #074079 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074079 is #F8BF86. Grayscale: #353535. Windows color (decimal): -16301959 or 7946247. OLE color: 7946247.

HSL color Cylindrical-coordinate representation of color #074079: hue angle of 210º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074079 is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 7 64 121 -
CMYK 0.94 0.47 0 0.53
HSL 210º 0.89% 0.25% -
HSV(B) 210º 0.94% 0.47% -
XYZ 5.37 5.09 18.79 -
YUV 53.46 166.12 94.87 -
System Red Green Blue C M Y K H S L
Decimal 7 64 121 0.94 0.47 0 0.53 210 0.89 0.25
Hex 7 40 79 5E 2F 0 35 D2 59 19
Octal 7 100 171 136 57 0 65 322 131 31
Binary 111 1000000 1111001 1011110 101111 0 110101 11010010 1011001 11001

Color Harmonies of #074079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074079

Black with #074079

Text Example


Text Example

White with #074079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074079; }

 p { color: rgb(7,64,121); }

 H1.HeaderClassName
 {
   color: #074079;
 }
 .AnyTagClassName
 {
   color: #074079;
 }
</style>

background-color css

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

 a { background-color: rgb(7,64,121); }

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

border-color css

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

 span { border-color: rgb(7,64,121); }

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