Html Css Color HEX #075B63 Blue Lagoon

📋 copy color: '#075B63'

red 7 ◦ green 91 ◦ blue 99

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

Shades of Blue Lagoon #075B63

Tints of Blue Lagoon #075B63

RGB

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

 GREEN value IS 91 (35.94% from 255) = 46.19%

 BLUE value IS 99 (39.06% from 255) = 50.25%

R = 3.55%
G = 46.19%
B = 50.25%

CMYK

 C value IS 0.93

 M value IS 0.08

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#075B63 (or 0x075B63) is known color: Blue Lagoon. HEX triplet: 07, 5B and 63. RGB value is (7,91,99). Sum of RGB (Red+Green+Blue) = 7+91+99=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 91 (35.94% from 255 or 46.19% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #075B63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075B63 is #F8A49C. Grayscale: #424242. Windows color (decimal): -16295069 or 6511367. OLE color: 6511367.

HSL color Cylindrical-coordinate representation of color #075B63: hue angle of 185.22º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075B63 is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 7 91 99 -
CMYK 0.93 0.08 0 0.61
HSL 185.22º 0.87% 0.21% -
HSV(B) 185.22º 0.93% 0.39% -
XYZ 6.08 8.43 13.11 -
YUV 66.8 146.17 85.35 -
System Red Green Blue C M Y K H S L
Decimal 7 91 99 0.93 0.08 0 0.61 185.22 0.87 0.21
Hex 7 5B 63 5D 8 0 3D B9 57 15
Octal 7 133 143 135 10 0 75 271 127 25
Binary 111 1011011 1100011 1011101 1000 0 111101 10111001 1010111 10101

Color Harmonies of #075B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075B63

Black with #075B63

Text Example


Text Example

White with #075B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,91,99); }

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

background-color css

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

 a { background-color: rgb(7,91,99); }

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

border-color css

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

 span { border-color: rgb(7,91,99); }

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