Html Css Color HEX #075471 Blue Lagoon

📋 copy color: '#075471'

red 7 ◦ green 84 ◦ blue 113

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

Shades of Blue Lagoon #075471

Tints of Blue Lagoon #075471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 55.39%

R = 3.43%
G = 41.18%
B = 55.39%

CMYK

 C value IS 0.94

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#075471 (or 0x075471) is known color: Blue Lagoon. HEX triplet: 07, 54 and 71. RGB value is (7,84,113). Sum of RGB (Red+Green+Blue) = 7+84+113=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #075471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075471 is #F8AB8E. Grayscale: #404040. Windows color (decimal): -16296847 or 7427079. OLE color: 7427079.

HSL color Cylindrical-coordinate representation of color #075471: hue angle of 196.42º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075471 is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 84 113 -
CMYK 0.94 0.26 0 0.56
HSL 196.42º 0.88% 0.24% -
HSV(B) 196.42º 0.94% 0.44% -
XYZ 6.24 7.58 16.76 -
YUV 64.28 155.49 87.14 -
System Red Green Blue C M Y K H S L
Decimal 7 84 113 0.94 0.26 0 0.56 196.42 0.88 0.24
Hex 7 54 71 5E 1A 0 38 C4 58 18
Octal 7 124 161 136 32 0 70 304 130 30
Binary 111 1010100 1110001 1011110 11010 0 111000 11000100 1011000 11000

Color Harmonies of #075471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075471

Black with #075471

Text Example


Text Example

White with #075471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075471; }

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

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

background-color css

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

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

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

border-color css

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

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

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