Html Css Color HEX #075869 Blue Lagoon

📋 copy color: '#075869'

red 7 ◦ green 88 ◦ blue 105

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

Shades of Blue Lagoon #075869

Tints of Blue Lagoon #075869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 52.5%

R = 3.5%
G = 44%
B = 52.5%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#075869 (or 0x075869) is known color: Blue Lagoon. HEX triplet: 07, 58 and 69. RGB value is (7,88,105). Sum of RGB (Red+Green+Blue) = 7+88+105=200 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.5% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 105 (41.41% from 255 or 52.5% from 200); Max value from RGB is 105 - color contains mainly: blue. Hex color #075869 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075869 is #F8A796. Grayscale: #414141. Windows color (decimal): -16295831 or 6903815. OLE color: 6903815.

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

Color convert

RGB 7 88 105 -
CMYK 0.93 0.16 0 0.59
HSL 190.41º 0.88% 0.22% -
HSV(B) 190.41º 0.93% 0.41% -
XYZ 6.13 8.04 14.59 -
YUV 65.72 150.16 86.12 -
System Red Green Blue C M Y K H S L
Decimal 7 88 105 0.93 0.16 0 0.59 190.41 0.88 0.22
Hex 7 58 69 5D 10 0 3B BE 58 16
Octal 7 130 151 135 20 0 73 276 130 26
Binary 111 1011000 1101001 1011101 10000 0 111011 10111110 1011000 10110

Color Harmonies of #075869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075869

Black with #075869

Text Example


Text Example

White with #075869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075869; }

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

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

background-color css

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

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

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

border-color css

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

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

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