Html Css Color HEX #074879 Dark Cerulean

📋 copy color: '#074879'

red 7 ◦ green 72 ◦ blue 121

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

Shades of Dark Cerulean #074879

Tints of Dark Cerulean #074879

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36%

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

R = 3.5%
G = 36%
B = 60.5%

CMYK

 C value IS 0.94

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#074879 (or 0x074879) is known color: Dark Cerulean. HEX triplet: 07, 48 and 79. RGB value is (7,72,121). Sum of RGB (Red+Green+Blue) = 7+72+121=200 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 121 (47.66% from 255 or 60.5% from 200); Max value from RGB is 121 - color contains mainly: blue. Hex color #074879 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074879 is #F8B786. Grayscale: #393939. Windows color (decimal): -16299911 or 7948295. OLE color: 7948295.

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

Color convert

RGB 7 72 121 -
CMYK 0.94 0.40 0 0.53
HSL 205.79º 0.89% 0.25% -
HSV(B) 205.79º 0.94% 0.47% -
XYZ 5.86 6.06 18.95 -
YUV 58.15 163.47 91.52 -
System Red Green Blue C M Y K H S L
Decimal 7 72 121 0.94 0.40 0 0.53 205.79 0.89 0.25
Hex 7 48 79 5E 28 0 35 CE 59 19
Octal 7 110 171 136 50 0 65 316 131 31
Binary 111 1001000 1111001 1011110 101000 0 110101 11001110 1011001 11001

Color Harmonies of #074879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074879

Black with #074879

Text Example


Text Example

White with #074879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074879; }

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

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

background-color css

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

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

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

border-color css

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

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

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