Html Css Color HEX #074776 Dark Cerulean

📋 copy color: '#074776'

red 7 ◦ green 71 ◦ blue 118

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

Shades of Dark Cerulean #074776

Tints of Dark Cerulean #074776

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.22%

 BLUE value IS 118 (46.48% from 255) = 60.2%

R = 3.57%
G = 36.22%
B = 60.2%

CMYK

 C value IS 0.94

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#074776 (or 0x074776) is known color: Dark Cerulean. HEX triplet: 07, 47 and 76. RGB value is (7,71,118). Sum of RGB (Red+Green+Blue) = 7+71+118=196 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.57% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #074776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074776 is #F8B889. Grayscale: #383838. Windows color (decimal): -16300170 or 7751431. OLE color: 7751431.

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

Color convert

RGB 7 71 118 -
CMYK 0.94 0.40 0 0.54
HSL 205.41º 0.89% 0.25% -
HSV(B) 205.41º 0.94% 0.46% -
XYZ 5.61 5.86 17.97 -
YUV 57.22 162.3 92.18 -
System Red Green Blue C M Y K H S L
Decimal 7 71 118 0.94 0.40 0 0.54 205.41 0.89 0.25
Hex 7 47 76 5E 28 0 36 CD 59 19
Octal 7 107 166 136 50 0 66 315 131 31
Binary 111 1000111 1110110 1011110 101000 0 110110 11001101 1011001 11001

Color Harmonies of #074776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074776

Black with #074776

Text Example


Text Example

White with #074776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074776; }

 p { color: rgb(7,71,118); }

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

background-color css

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

 a { background-color: rgb(7,71,118); }

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

border-color css

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

 span { border-color: rgb(7,71,118); }

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