Html Css Color HEX #075370 Blue Lagoon

📋 copy color: '#075370'

red 7 ◦ green 83 ◦ blue 112

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

Shades of Blue Lagoon #075370

Tints of Blue Lagoon #075370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.09%

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

R = 3.47%
G = 41.09%
B = 55.45%

CMYK

 C value IS 0.94

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#075370 (or 0x075370) is known color: Blue Lagoon. HEX triplet: 07, 53 and 70. RGB value is (7,83,112). Sum of RGB (Red+Green+Blue) = 7+83+112=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #075370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075370 is #F8AC8F. Grayscale: #3F3F3F. Windows color (decimal): -16297104 or 7361287. OLE color: 7361287.

HSL color Cylindrical-coordinate representation of color #075370: hue angle of 196.57º 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 #075370 is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 83 112 -
CMYK 0.94 0.26 0 0.56
HSL 196.57º 0.88% 0.23% -
HSV(B) 196.57º 0.94% 0.44% -
XYZ 6.11 7.4 16.44 -
YUV 63.58 155.32 87.64 -
System Red Green Blue C M Y K H S L
Decimal 7 83 112 0.94 0.26 0 0.56 196.57 0.88 0.23
Hex 7 53 70 5E 1A 0 38 C5 58 17
Octal 7 123 160 136 32 0 70 305 130 27
Binary 111 1010011 1110000 1011110 11010 0 111000 11000101 1011000 10111

Color Harmonies of #075370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075370

Black with #075370

Text Example


Text Example

White with #075370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075370; }

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

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

background-color css

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

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

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

border-color css

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

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

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