Html Css Color HEX #075A6B Blue Lagoon

📋 copy color: '#075A6B'

red 7 ◦ green 90 ◦ blue 107

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

Shades of Blue Lagoon #075A6B

Tints of Blue Lagoon #075A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 52.45%

R = 3.43%
G = 44.12%
B = 52.45%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#075A6B (or 0x075A6B) is known color: Blue Lagoon. HEX triplet: 07, 5A and 6B. RGB value is (7,90,107). Sum of RGB (Red+Green+Blue) = 7+90+107=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 107 (42.19% from 255 or 52.45% from 204); Max value from RGB is 107 - color contains mainly: blue. Hex color #075A6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075A6B is #F8A594. Grayscale: #424242. Windows color (decimal): -16295317 or 7035399. OLE color: 7035399.

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

Color convert

RGB 7 90 107 -
CMYK 0.93 0.16 0 0.58
HSL 190.2º 0.88% 0.22% -
HSV(B) 190.2º 0.93% 0.42% -
XYZ 6.4 8.42 15.2 -
YUV 67.12 150.5 85.12 -
System Red Green Blue C M Y K H S L
Decimal 7 90 107 0.93 0.16 0 0.58 190.2 0.88 0.22
Hex 7 5A 6B 5D 10 0 3A BE 58 16
Octal 7 132 153 135 20 0 72 276 130 26
Binary 111 1011010 1101011 1011101 10000 0 111010 10111110 1011000 10110

Color Harmonies of #075A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075A6B

Black with #075A6B

Text Example


Text Example

White with #075A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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