Html Css Color HEX #075271 Blue Lagoon

📋 copy color: '#075271'

red 7 ◦ green 82 ◦ blue 113

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

Shades of Blue Lagoon #075271

Tints of Blue Lagoon #075271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.59%

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

R = 3.47%
G = 40.59%
B = 55.94%

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

#075271 (or 0x075271) is known color: Blue Lagoon. HEX triplet: 07, 52 and 71. RGB value is (7,82,113). Sum of RGB (Red+Green+Blue) = 7+82+113=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 113 (44.53% from 255 or 55.94% from 202); Max value from RGB is 113 - color contains mainly: blue. Hex color #075271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075271 is #F8AD8E. Grayscale: #3E3E3E. Windows color (decimal): -16297359 or 7426567. OLE color: 7426567.

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

Color convert

RGB 7 82 113 -
CMYK 0.94 0.27 0 0.56
HSL 197.55º 0.88% 0.24% -
HSV(B) 197.55º 0.94% 0.44% -
XYZ 6.09 7.27 16.71 -
YUV 63.11 156.15 87.98 -
System Red Green Blue C M Y K H S L
Decimal 7 82 113 0.94 0.27 0 0.56 197.55 0.88 0.24
Hex 7 52 71 5E 1B 0 38 C6 58 18
Octal 7 122 161 136 33 0 70 306 130 30
Binary 111 1010010 1110001 1011110 11011 0 111000 11000110 1011000 11000

Color Harmonies of #075271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075271

Black with #075271

Text Example


Text Example

White with #075271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075271; }

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

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

background-color css

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

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

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

border-color css

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

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

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