Html Css Color HEX #075371 Blue Lagoon

📋 copy color: '#075371'

red 7 ◦ green 83 ◦ blue 113

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

Shades of Blue Lagoon #075371

Tints of Blue Lagoon #075371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 55.67%

R = 3.45%
G = 40.89%
B = 55.67%

CMYK

 C value IS 0.94

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#075371 (or 0x075371) is known color: Blue Lagoon. HEX triplet: 07, 53 and 71. RGB value is (7,83,113). Sum of RGB (Red+Green+Blue) = 7+83+113=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #075371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075371 is #F8AC8E. Grayscale: #3F3F3F. Windows color (decimal): -16297103 or 7426823. OLE color: 7426823.

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

Color convert

RGB 7 83 113 -
CMYK 0.94 0.27 0 0.56
HSL 196.98º 0.88% 0.24% -
HSV(B) 196.98º 0.94% 0.44% -
XYZ 6.16 7.42 16.73 -
YUV 63.7 155.82 87.56 -
System Red Green Blue C M Y K H S L
Decimal 7 83 113 0.94 0.27 0 0.56 196.98 0.88 0.24
Hex 7 53 71 5E 1B 0 38 C5 58 18
Octal 7 123 161 136 33 0 70 305 130 30
Binary 111 1010011 1110001 1011110 11011 0 111000 11000101 1011000 11000

Color Harmonies of #075371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075371

Black with #075371

Text Example


Text Example

White with #075371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075371; }

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

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

background-color css

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

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

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

border-color css

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

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

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