Html Css Color HEX #07506D Blue Lagoon

📋 copy color: '#07506D'

red 7 ◦ green 80 ◦ blue 109

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

Shades of Blue Lagoon #07506D

Tints of Blue Lagoon #07506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.82%

 BLUE value IS 109 (42.97% from 255) = 55.61%

R = 3.57%
G = 40.82%
B = 55.61%

CMYK

 C value IS 0.94

 M value IS 0.27

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#07506D (or 0x07506D) is known color: Blue Lagoon. HEX triplet: 07, 50 and 6D. RGB value is (7,80,109). Sum of RGB (Red+Green+Blue) = 7+80+109=196 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.57% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 109 (42.97% from 255 or 55.61% from 196); Max value from RGB is 109 - color contains mainly: blue. Hex color #07506D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07506D is #F8AF92. Grayscale: #3D3D3D. Windows color (decimal): -16297875 or 7163911. OLE color: 7163911.

HSL color Cylindrical-coordinate representation of color #07506D: hue angle of 197.06º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07506D is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 7 80 109 -
CMYK 0.94 0.27 0 0.57
HSL 197.06º 0.88% 0.23% -
HSV(B) 197.06º 0.94% 0.43% -
XYZ 5.72 6.89 15.5 -
YUV 61.48 154.82 89.14 -
System Red Green Blue C M Y K H S L
Decimal 7 80 109 0.94 0.27 0 0.57 197.06 0.88 0.23
Hex 7 50 6D 5E 1B 0 39 C5 58 17
Octal 7 120 155 136 33 0 71 305 130 27
Binary 111 1010000 1101101 1011110 11011 0 111001 11000101 1011000 10111

Color Harmonies of #07506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07506D

Black with #07506D

Text Example


Text Example

White with #07506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07506D; }

 p { color: rgb(7,80,109); }

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

background-color css

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

 a { background-color: rgb(7,80,109); }

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

border-color css

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

 span { border-color: rgb(7,80,109); }

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