Html Css Color HEX #075B68 Blue Lagoon

📋 copy color: '#075B68'

red 7 ◦ green 91 ◦ blue 104

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

Shades of Blue Lagoon #075B68

Tints of Blue Lagoon #075B68

RGB

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

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

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

R = 3.47%
G = 45.05%
B = 51.49%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#075B68 (or 0x075B68) is known color: Blue Lagoon. HEX triplet: 07, 5B and 68. RGB value is (7,91,104). Sum of RGB (Red+Green+Blue) = 7+91+104=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 91 (35.94% from 255 or 45.05% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #075B68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075B68 is #F8A497. Grayscale: #434343. Windows color (decimal): -16295064 or 6839047. OLE color: 6839047.

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

Color convert

RGB 7 91 104 -
CMYK 0.93 0.12 0 0.59
HSL 188.04º 0.87% 0.22% -
HSV(B) 188.04º 0.93% 0.41% -
XYZ 6.33 8.53 14.41 -
YUV 67.37 148.67 84.94 -
System Red Green Blue C M Y K H S L
Decimal 7 91 104 0.93 0.12 0 0.59 188.04 0.87 0.22
Hex 7 5B 68 5D C 0 3B BC 57 16
Octal 7 133 150 135 14 0 73 274 127 26
Binary 111 1011011 1101000 1011101 1100 0 111011 10111100 1010111 10110

Color Harmonies of #075B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075B68

Black with #075B68

Text Example


Text Example

White with #075B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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