Html Css Color HEX #075474 Blue Lagoon

📋 copy color: '#075474'

red 7 ◦ green 84 ◦ blue 116

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

Shades of Blue Lagoon #075474

Tints of Blue Lagoon #075474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 56.04%

R = 3.38%
G = 40.58%
B = 56.04%

CMYK

 C value IS 0.94

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#075474 (or 0x075474) is known color: Blue Lagoon. HEX triplet: 07, 54 and 74. RGB value is (7,84,116). Sum of RGB (Red+Green+Blue) = 7+84+116=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 116 (45.70% from 255 or 56.04% from 207); Max value from RGB is 116 - color contains mainly: blue. Hex color #075474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075474 is #F8AB8B. Grayscale: #404040. Windows color (decimal): -16296844 or 7623687. OLE color: 7623687.

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

Color convert

RGB 7 84 116 -
CMYK 0.94 0.28 0 0.55
HSL 197.61º 0.89% 0.24% -
HSV(B) 197.61º 0.94% 0.45% -
XYZ 6.41 7.65 17.66 -
YUV 64.63 156.99 86.9 -
System Red Green Blue C M Y K H S L
Decimal 7 84 116 0.94 0.28 0 0.55 197.61 0.89 0.24
Hex 7 54 74 5E 1C 0 37 C6 59 18
Octal 7 124 164 136 34 0 67 306 131 30
Binary 111 1010100 1110100 1011110 11100 0 110111 11000110 1011001 11000

Color Harmonies of #075474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075474

Black with #075474

Text Example


Text Example

White with #075474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075474; }

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

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

background-color css

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

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

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

border-color css

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

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

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