Html Css Color HEX #074773 Dark Cerulean

📋 copy color: '#074773'

red 7 ◦ green 71 ◦ blue 115

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

Shades of Dark Cerulean #074773

Tints of Dark Cerulean #074773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 59.59%

R = 3.63%
G = 36.79%
B = 59.59%

CMYK

 C value IS 0.94

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#074773 (or 0x074773) is known color: Dark Cerulean. HEX triplet: 07, 47 and 73. RGB value is (7,71,115). Sum of RGB (Red+Green+Blue) = 7+71+115=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 115 (45.31% from 255 or 59.59% from 193); Max value from RGB is 115 - color contains mainly: blue. Hex color #074773 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074773 is #F8B88C. Grayscale: #383838. Windows color (decimal): -16300173 or 7554823. OLE color: 7554823.

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

Color convert

RGB 7 71 115 -
CMYK 0.94 0.38 0 0.55
HSL 204.44º 0.89% 0.24% -
HSV(B) 204.44º 0.94% 0.45% -
XYZ 5.44 5.79 17.05 -
YUV 56.88 160.8 92.42 -
System Red Green Blue C M Y K H S L
Decimal 7 71 115 0.94 0.38 0 0.55 204.44 0.89 0.24
Hex 7 47 73 5E 26 0 37 CC 59 18
Octal 7 107 163 136 46 0 67 314 131 30
Binary 111 1000111 1110011 1011110 100110 0 110111 11001100 1011001 11000

Color Harmonies of #074773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074773

Black with #074773

Text Example


Text Example

White with #074773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074773; }

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

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

background-color css

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

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

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

border-color css

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

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

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