Html Css Color HEX #075F7D Blue Lagoon

📋 copy color: '#075F7D'

red 7 ◦ green 95 ◦ blue 125

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

Shades of Blue Lagoon #075F7D

Tints of Blue Lagoon #075F7D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 41.85%

 BLUE value IS 125 (49.22% from 255) = 55.07%

R = 3.08%
G = 41.85%
B = 55.07%

CMYK

 C value IS 0.94

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#075F7D (or 0x075F7D) is known color: Blue Lagoon. HEX triplet: 07, 5F and 7D. RGB value is (7,95,125). Sum of RGB (Red+Green+Blue) = 7+95+125=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #075F7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075F7D is #F8A082. Grayscale: #474747. Windows color (decimal): -16294019 or 8216327. OLE color: 8216327.

HSL color Cylindrical-coordinate representation of color #075F7D: hue angle of 195.25º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075F7D is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 7 95 125 -
CMYK 0.94 0.24 0 0.51
HSL 195.25º 0.89% 0.26% -
HSV(B) 195.25º 0.94% 0.49% -
XYZ 7.88 9.71 20.86 -
YUV 72.11 157.85 81.56 -
System Red Green Blue C M Y K H S L
Decimal 7 95 125 0.94 0.24 0 0.51 195.25 0.89 0.26
Hex 7 5F 7D 5E 18 0 33 C3 59 1A
Octal 7 137 175 136 30 0 63 303 131 32
Binary 111 1011111 1111101 1011110 11000 0 110011 11000011 1011001 11010

Color Harmonies of #075F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075F7D

Black with #075F7D

Text Example


Text Example

White with #075F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075F7D; }

 p { color: rgb(7,95,125); }

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

background-color css

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

 a { background-color: rgb(7,95,125); }

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

border-color css

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

 span { border-color: rgb(7,95,125); }

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