Html Css Color HEX #075868 Blue Lagoon

📋 copy color: '#075868'

red 7 ◦ green 88 ◦ blue 104

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

Shades of Blue Lagoon #075868

Tints of Blue Lagoon #075868

RGB

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

 GREEN value IS 88 (34.77% from 255) = 44.22%

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

R = 3.52%
G = 44.22%
B = 52.26%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#075868 (or 0x075868) is known color: Blue Lagoon. HEX triplet: 07, 58 and 68. RGB value is (7,88,104). Sum of RGB (Red+Green+Blue) = 7+88+104=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 88 (34.77% from 255 or 44.22% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #075868 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075868 is #F8A797. Grayscale: #414141. Windows color (decimal): -16295832 or 6838279. OLE color: 6838279.

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

Color convert

RGB 7 88 104 -
CMYK 0.93 0.15 0 0.59
HSL 189.9º 0.87% 0.22% -
HSV(B) 189.9º 0.93% 0.41% -
XYZ 6.08 8.02 14.33 -
YUV 65.61 149.66 86.2 -
System Red Green Blue C M Y K H S L
Decimal 7 88 104 0.93 0.15 0 0.59 189.9 0.87 0.22
Hex 7 58 68 5D F 0 3B BE 57 16
Octal 7 130 150 135 17 0 73 276 127 26
Binary 111 1011000 1101000 1011101 1111 0 111011 10111110 1010111 10110

Color Harmonies of #075868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075868

Black with #075868

Text Example


Text Example

White with #075868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075868; }

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

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

background-color css

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

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

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

border-color css

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

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

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