Html Css Color HEX #075F68 Blue Lagoon

📋 copy color: '#075F68'

red 7 ◦ green 95 ◦ blue 104

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

Shades of Blue Lagoon #075F68

Tints of Blue Lagoon #075F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 50.49%

R = 3.4%
G = 46.12%
B = 50.49%

CMYK

 C value IS 0.93

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#075F68 (or 0x075F68) is known color: Blue Lagoon. HEX triplet: 07, 5F and 68. RGB value is (7,95,104). Sum of RGB (Red+Green+Blue) = 7+95+104=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 95 (37.5% from 255 or 46.12% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #075F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075F68 is #F8A097. Grayscale: #454545. Windows color (decimal): -16294040 or 6840071. OLE color: 6840071.

HSL color Cylindrical-coordinate representation of color #075F68: hue angle of 185.57º degrees, saturation: 0.87, 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 #075F68 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 95 104 -
CMYK 0.93 0.09 0 0.59
HSL 185.57º 0.87% 0.22% -
HSV(B) 185.57º 0.93% 0.41% -
XYZ 6.68 9.23 14.53 -
YUV 69.71 147.35 83.27 -
System Red Green Blue C M Y K H S L
Decimal 7 95 104 0.93 0.09 0 0.59 185.57 0.87 0.22
Hex 7 5F 68 5D 9 0 3B BA 57 16
Octal 7 137 150 135 11 0 73 272 127 26
Binary 111 1011111 1101000 1011101 1001 0 111011 10111010 1010111 10110

Color Harmonies of #075F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075F68

Black with #075F68

Text Example


Text Example

White with #075F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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