Html Css Color HEX #075E69 Blue Lagoon

📋 copy color: '#075E69'

red 7 ◦ green 94 ◦ blue 105

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

Shades of Blue Lagoon #075E69

Tints of Blue Lagoon #075E69

RGB

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

 GREEN value IS 94 (37.11% from 255) = 45.63%

 BLUE value IS 105 (41.41% from 255) = 50.97%

R = 3.4%
G = 45.63%
B = 50.97%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#075E69 (or 0x075E69) is known color: Blue Lagoon. HEX triplet: 07, 5E and 69. RGB value is (7,94,105). Sum of RGB (Red+Green+Blue) = 7+94+105=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 94 (37.11% from 255 or 45.63% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #075E69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075E69 is #F8A196. Grayscale: #454545. Windows color (decimal): -16294295 or 6905351. OLE color: 6905351.

HSL color Cylindrical-coordinate representation of color #075E69: hue angle of 186.73º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075E69 is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 94 105 -
CMYK 0.93 0.10 0 0.59
HSL 186.73º 0.88% 0.22% -
HSV(B) 186.73º 0.93% 0.41% -
XYZ 6.64 9.07 14.77 -
YUV 69.24 148.18 83.61 -
System Red Green Blue C M Y K H S L
Decimal 7 94 105 0.93 0.10 0 0.59 186.73 0.88 0.22
Hex 7 5E 69 5D A 0 3B BB 58 16
Octal 7 136 151 135 12 0 73 273 130 26
Binary 111 1011110 1101001 1011101 1010 0 111011 10111011 1011000 10110

Color Harmonies of #075E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075E69

Black with #075E69

Text Example


Text Example

White with #075E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,94,105); }

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

background-color css

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

 a { background-color: rgb(7,94,105); }

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

border-color css

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

 span { border-color: rgb(7,94,105); }

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