Html Css Color HEX #075473 Blue Lagoon

📋 copy color: '#075473'

red 7 ◦ green 84 ◦ blue 115

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

Shades of Blue Lagoon #075473

Tints of Blue Lagoon #075473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.78%

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

R = 3.4%
G = 40.78%
B = 55.83%

CMYK

 C value IS 0.94

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#075473 (or 0x075473) is known color: Blue Lagoon. HEX triplet: 07, 54 and 73. RGB value is (7,84,115). Sum of RGB (Red+Green+Blue) = 7+84+115=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #075473 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075473 is #F8AB8C. Grayscale: #404040. Windows color (decimal): -16296845 or 7558151. OLE color: 7558151.

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

Color convert

RGB 7 84 115 -
CMYK 0.94 0.27 0 0.55
HSL 197.22º 0.89% 0.24% -
HSV(B) 197.22º 0.94% 0.45% -
XYZ 6.35 7.62 17.36 -
YUV 64.51 156.49 86.98 -
System Red Green Blue C M Y K H S L
Decimal 7 84 115 0.94 0.27 0 0.55 197.22 0.89 0.24
Hex 7 54 73 5E 1B 0 37 C5 59 18
Octal 7 124 163 136 33 0 67 305 131 30
Binary 111 1010100 1110011 1011110 11011 0 110111 11000101 1011001 11000

Color Harmonies of #075473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075473

Black with #075473

Text Example


Text Example

White with #075473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075473; }

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

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

background-color css

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

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

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

border-color css

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

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

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