Html Css Color HEX #075866 Blue Lagoon

📋 copy color: '#075866'

red 7 ◦ green 88 ◦ blue 102

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

Shades of Blue Lagoon #075866

Tints of Blue Lagoon #075866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 51.78%

R = 3.55%
G = 44.67%
B = 51.78%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#075866 (or 0x075866) is known color: Blue Lagoon. HEX triplet: 07, 58 and 66. RGB value is (7,88,102). Sum of RGB (Red+Green+Blue) = 7+88+102=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 102 (40.23% from 255 or 51.78% from 197); Max value from RGB is 102 - color contains mainly: blue. Hex color #075866 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075866 is #F8A799. Grayscale: #414141. Windows color (decimal): -16295834 or 6707207. OLE color: 6707207.

HSL color Cylindrical-coordinate representation of color #075866: hue angle of 188.84º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075866 is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 7 88 102 -
CMYK 0.93 0.14 0 0.6
HSL 188.84º 0.87% 0.21% -
HSV(B) 188.84º 0.93% 0.4% -
XYZ 5.98 7.98 13.8 -
YUV 65.38 148.66 86.36 -
System Red Green Blue C M Y K H S L
Decimal 7 88 102 0.93 0.14 0 0.6 188.84 0.87 0.21
Hex 7 58 66 5D E 0 3C BD 57 15
Octal 7 130 146 135 16 0 74 275 127 25
Binary 111 1011000 1100110 1011101 1110 0 111100 10111101 1010111 10101

Color Harmonies of #075866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075866

Black with #075866

Text Example


Text Example

White with #075866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075866; }

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

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

background-color css

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

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

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

border-color css

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

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

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