Html Css Color HEX #075A74 Blue Lagoon

📋 copy color: '#075A74'

red 7 ◦ green 90 ◦ blue 116

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

Shades of Blue Lagoon #075A74

Tints of Blue Lagoon #075A74

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.25%

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

R = 3.29%
G = 42.25%
B = 54.46%

CMYK

 C value IS 0.94

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#075A74 (or 0x075A74) is known color: Blue Lagoon. HEX triplet: 07, 5A and 74. RGB value is (7,90,116). Sum of RGB (Red+Green+Blue) = 7+90+116=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #075A74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075A74 is #F8A58B. Grayscale: #434343. Windows color (decimal): -16295308 or 7625223. OLE color: 7625223.

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

Color convert

RGB 7 90 116 -
CMYK 0.94 0.22 0 0.55
HSL 194.31º 0.89% 0.24% -
HSV(B) 194.31º 0.94% 0.45% -
XYZ 6.9 8.62 17.82 -
YUV 68.15 155 84.39 -
System Red Green Blue C M Y K H S L
Decimal 7 90 116 0.94 0.22 0 0.55 194.31 0.89 0.24
Hex 7 5A 74 5E 16 0 37 C2 59 18
Octal 7 132 164 136 26 0 67 302 131 30
Binary 111 1011010 1110100 1011110 10110 0 110111 11000010 1011001 11000

Color Harmonies of #075A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075A74

Black with #075A74

Text Example


Text Example

White with #075A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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