Html Css Color HEX #075870 Blue Lagoon

📋 copy color: '#075870'

red 7 ◦ green 88 ◦ blue 112

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

Shades of Blue Lagoon #075870

Tints of Blue Lagoon #075870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 54.11%

R = 3.38%
G = 42.51%
B = 54.11%

CMYK

 C value IS 0.94

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#075870 (or 0x075870) is known color: Blue Lagoon. HEX triplet: 07, 58 and 70. RGB value is (7,88,112). Sum of RGB (Red+Green+Blue) = 7+88+112=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #075870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075870 is #F8A78F. Grayscale: #424242. Windows color (decimal): -16295824 or 7362567. OLE color: 7362567.

HSL color Cylindrical-coordinate representation of color #075870: hue angle of 193.71º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075870 is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 88 112 -
CMYK 0.94 0.21 0 0.56
HSL 193.71º 0.88% 0.23% -
HSV(B) 193.71º 0.94% 0.44% -
XYZ 6.5 8.19 16.57 -
YUV 66.52 153.66 85.55 -
System Red Green Blue C M Y K H S L
Decimal 7 88 112 0.94 0.21 0 0.56 193.71 0.88 0.23
Hex 7 58 70 5E 15 0 38 C2 58 17
Octal 7 130 160 136 25 0 70 302 130 27
Binary 111 1011000 1110000 1011110 10101 0 111000 11000010 1011000 10111

Color Harmonies of #075870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075870

Black with #075870

Text Example


Text Example

White with #075870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075870; }

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

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

background-color css

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

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

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

border-color css

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

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

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