Html Css Color HEX #07546E Blue Lagoon

📋 copy color: '#07546E'

red 7 ◦ green 84 ◦ blue 110

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

Shades of Blue Lagoon #07546E

Tints of Blue Lagoon #07546E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.79%

 BLUE value IS 110 (43.36% from 255) = 54.73%

R = 3.48%
G = 41.79%
B = 54.73%

CMYK

 C value IS 0.94

 M value IS 0.24

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#07546E (or 0x07546E) is known color: Blue Lagoon. HEX triplet: 07, 54 and 6E. RGB value is (7,84,110). Sum of RGB (Red+Green+Blue) = 7+84+110=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 110 (43.36% from 255 or 54.73% from 201); Max value from RGB is 110 - color contains mainly: blue. Hex color #07546E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07546E is #F8AB91. Grayscale: #3F3F3F. Windows color (decimal): -16296850 or 7230471. OLE color: 7230471.

HSL color Cylindrical-coordinate representation of color #07546E: hue angle of 195.15º 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 #07546E is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 7 84 110 -
CMYK 0.94 0.24 0 0.57
HSL 195.15º 0.88% 0.23% -
HSV(B) 195.15º 0.94% 0.43% -
XYZ 6.07 7.51 15.88 -
YUV 63.94 153.99 87.39 -
System Red Green Blue C M Y K H S L
Decimal 7 84 110 0.94 0.24 0 0.57 195.15 0.88 0.23
Hex 7 54 6E 5E 18 0 39 C3 58 17
Octal 7 124 156 136 30 0 71 303 130 27
Binary 111 1010100 1101110 1011110 11000 0 111001 11000011 1011000 10111

Color Harmonies of #07546E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07546E

Black with #07546E

Text Example


Text Example

White with #07546E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07546E; }

 p { color: rgb(7,84,110); }

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

background-color css

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

 a { background-color: rgb(7,84,110); }

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

border-color css

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

 span { border-color: rgb(7,84,110); }

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