Html Css Color HEX #075D68 Blue Lagoon

📋 copy color: '#075D68'

red 7 ◦ green 93 ◦ blue 104

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

Shades of Blue Lagoon #075D68

Tints of Blue Lagoon #075D68

RGB

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

 GREEN value IS 93 (36.72% from 255) = 45.59%

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

R = 3.43%
G = 45.59%
B = 50.98%

CMYK

 C value IS 0.93

 M value IS 0.11

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#075D68 (or 0x075D68) is known color: Blue Lagoon. HEX triplet: 07, 5D and 68. RGB value is (7,93,104). Sum of RGB (Red+Green+Blue) = 7+93+104=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 93 (36.72% from 255 or 45.59% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #075D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075D68 is #F8A297. Grayscale: #444444. Windows color (decimal): -16294552 or 6839559. OLE color: 6839559.

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

Color convert

RGB 7 93 104 -
CMYK 0.93 0.11 0 0.59
HSL 186.8º 0.87% 0.22% -
HSV(B) 186.8º 0.93% 0.41% -
XYZ 6.5 8.87 14.47 -
YUV 68.54 148.01 84.11 -
System Red Green Blue C M Y K H S L
Decimal 7 93 104 0.93 0.11 0 0.59 186.8 0.87 0.22
Hex 7 5D 68 5D B 0 3B BB 57 16
Octal 7 135 150 135 13 0 73 273 127 26
Binary 111 1011101 1101000 1011101 1011 0 111011 10111011 1010111 10110

Color Harmonies of #075D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075D68

Black with #075D68

Text Example


Text Example

White with #075D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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