Html Css Color HEX #07506B Blue Lagoon

📋 copy color: '#07506B'

red 7 ◦ green 80 ◦ blue 107

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

Shades of Blue Lagoon #07506B

Tints of Blue Lagoon #07506B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 55.15%

R = 3.61%
G = 41.24%
B = 55.15%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#07506B (or 0x07506B) is known color: Blue Lagoon. HEX triplet: 07, 50 and 6B. RGB value is (7,80,107). Sum of RGB (Red+Green+Blue) = 7+80+107=194 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.61% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 107 (42.19% from 255 or 55.15% from 194); Max value from RGB is 107 - color contains mainly: blue. Hex color #07506B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07506B is #F8AF94. Grayscale: #3D3D3D. Windows color (decimal): -16297877 or 7032839. OLE color: 7032839.

HSL color Cylindrical-coordinate representation of color #07506B: hue angle of 196.2º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07506B is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 80 107 -
CMYK 0.93 0.25 0 0.58
HSL 196.2º 0.88% 0.22% -
HSV(B) 196.2º 0.93% 0.42% -
XYZ 5.61 6.84 14.94 -
YUV 61.25 153.82 89.3 -
System Red Green Blue C M Y K H S L
Decimal 7 80 107 0.93 0.25 0 0.58 196.2 0.88 0.22
Hex 7 50 6B 5D 19 0 3A C4 58 16
Octal 7 120 153 135 31 0 72 304 130 26
Binary 111 1010000 1101011 1011101 11001 0 111010 11000100 1011000 10110

Color Harmonies of #07506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07506B

Black with #07506B

Text Example


Text Example

White with #07506B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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