Html Css Color HEX #074978 Dark Cerulean

📋 copy color: '#074978'

red 7 ◦ green 73 ◦ blue 120

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

Shades of Dark Cerulean #074978

Tints of Dark Cerulean #074978

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.5%

 BLUE value IS 120 (47.27% from 255) = 60%

R = 3.5%
G = 36.5%
B = 60%

CMYK

 C value IS 0.94

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#074978 (or 0x074978) is known color: Dark Cerulean. HEX triplet: 07, 49 and 78. RGB value is (7,73,120). Sum of RGB (Red+Green+Blue) = 7+73+120=200 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.5% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 120 (47.27% from 255 or 60% from 200); Max value from RGB is 120 - color contains mainly: blue. Hex color #074978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074978 is #F8B687. Grayscale: #3A3A3A. Windows color (decimal): -16299656 or 7883015. OLE color: 7883015.

HSL color Cylindrical-coordinate representation of color #074978: hue angle of 204.96º 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 #074978 is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 7 73 120 -
CMYK 0.94 0.39 0 0.53
HSL 204.96º 0.89% 0.25% -
HSV(B) 204.96º 0.94% 0.47% -
XYZ 5.86 6.17 18.65 -
YUV 58.62 162.63 91.18 -
System Red Green Blue C M Y K H S L
Decimal 7 73 120 0.94 0.39 0 0.53 204.96 0.89 0.25
Hex 7 49 78 5E 27 0 35 CD 59 19
Octal 7 111 170 136 47 0 65 315 131 31
Binary 111 1001001 1111000 1011110 100111 0 110101 11001101 1011001 11001

Color Harmonies of #074978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074978

Black with #074978

Text Example


Text Example

White with #074978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074978; }

 p { color: rgb(7,73,120); }

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

background-color css

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

 a { background-color: rgb(7,73,120); }

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

border-color css

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

 span { border-color: rgb(7,73,120); }

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