Html Css Color HEX #075F84 Blue Lagoon

📋 copy color: '#075F84'

red 7 ◦ green 95 ◦ blue 132

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

Shades of Blue Lagoon #075F84

Tints of Blue Lagoon #075F84

RGB

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

 GREEN value IS 95 (37.5% from 255) = 40.6%

 BLUE value IS 132 (51.95% from 255) = 56.41%

R = 2.99%
G = 40.6%
B = 56.41%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#075F84 (or 0x075F84) is known color: Blue Lagoon. HEX triplet: 07, 5F and 84. RGB value is (7,95,132). Sum of RGB (Red+Green+Blue) = 7+95+132=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 95 (37.5% from 255 or 40.60% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #075F84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075F84 is #F8A07B. Grayscale: #484848. Windows color (decimal): -16294012 or 8675079. OLE color: 8675079.

HSL color Cylindrical-coordinate representation of color #075F84: hue angle of 197.76º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075F84 is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 95 132 -
CMYK 0.95 0.28 0 0.48
HSL 197.76º 0.9% 0.27% -
HSV(B) 197.76º 0.95% 0.52% -
XYZ 8.34 9.9 23.3 -
YUV 72.91 161.35 80.99 -
System Red Green Blue C M Y K H S L
Decimal 7 95 132 0.95 0.28 0 0.48 197.76 0.9 0.27
Hex 7 5F 84 5F 1C 0 30 C6 5A 1B
Octal 7 137 204 137 34 0 60 306 132 33
Binary 111 1011111 10000100 1011111 11100 0 110000 11000110 1011010 11011

Color Harmonies of #075F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075F84

Black with #075F84

Text Example


Text Example

White with #075F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,95,132); }

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

background-color css

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

 a { background-color: rgb(7,95,132); }

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

border-color css

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

 span { border-color: rgb(7,95,132); }

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