Html Css Color HEX #07526C Blue Lagoon

📋 copy color: '#07526C'

red 7 ◦ green 82 ◦ blue 108

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

Shades of Blue Lagoon #07526C

Tints of Blue Lagoon #07526C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 54.82%

R = 3.55%
G = 41.62%
B = 54.82%

CMYK

 C value IS 0.94

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#07526C (or 0x07526C) is known color: Blue Lagoon. HEX triplet: 07, 52 and 6C. RGB value is (7,82,108). Sum of RGB (Red+Green+Blue) = 7+82+108=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #07526C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07526C is #F8AD93. Grayscale: #3E3E3E. Windows color (decimal): -16297364 or 7098887. OLE color: 7098887.

HSL color Cylindrical-coordinate representation of color #07526C: hue angle of 195.45º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07526C is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 82 108 -
CMYK 0.94 0.24 0 0.58
HSL 195.45º 0.88% 0.23% -
HSV(B) 195.45º 0.94% 0.42% -
XYZ 5.81 7.16 15.26 -
YUV 62.54 153.65 88.39 -
System Red Green Blue C M Y K H S L
Decimal 7 82 108 0.94 0.24 0 0.58 195.45 0.88 0.23
Hex 7 52 6C 5E 18 0 3A C3 58 17
Octal 7 122 154 136 30 0 72 303 130 27
Binary 111 1010010 1101100 1011110 11000 0 111010 11000011 1011000 10111

Color Harmonies of #07526C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07526C

Black with #07526C

Text Example


Text Example

White with #07526C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07526C; }

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

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

background-color css

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

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

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

border-color css

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

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

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