Html Css Color HEX #075C78 Blue Lagoon

📋 copy color: '#075C78'

red 7 ◦ green 92 ◦ blue 120

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

Shades of Blue Lagoon #075C78

Tints of Blue Lagoon #075C78

RGB

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

 GREEN value IS 92 (36.33% from 255) = 42.01%

 BLUE value IS 120 (47.27% from 255) = 54.79%

R = 3.2%
G = 42.01%
B = 54.79%

CMYK

 C value IS 0.94

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#075C78 (or 0x075C78) is known color: Blue Lagoon. HEX triplet: 07, 5C and 78. RGB value is (7,92,120). Sum of RGB (Red+Green+Blue) = 7+92+120=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 92 (36.33% from 255 or 42.01% from 219); Blue value is 120 (47.27% from 255 or 54.79% from 219); Max value from RGB is 120 - color contains mainly: blue. Hex color #075C78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075C78 is #F8A387. Grayscale: #454545. Windows color (decimal): -16294792 or 7887879. OLE color: 7887879.

HSL color Cylindrical-coordinate representation of color #075C78: hue angle of 194.87º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075C78 is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 7 92 120 -
CMYK 0.94 0.23 0 0.53
HSL 194.87º 0.89% 0.25% -
HSV(B) 194.87º 0.94% 0.47% -
XYZ 7.3 9.06 19.13 -
YUV 69.78 156.34 83.22 -
System Red Green Blue C M Y K H S L
Decimal 7 92 120 0.94 0.23 0 0.53 194.87 0.89 0.25
Hex 7 5C 78 5E 17 0 35 C3 59 19
Octal 7 134 170 136 27 0 65 303 131 31
Binary 111 1011100 1111000 1011110 10111 0 110101 11000011 1011001 11001

Color Harmonies of #075C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075C78

Black with #075C78

Text Example


Text Example

White with #075C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,92,120); }

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

background-color css

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

 a { background-color: rgb(7,92,120); }

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

border-color css

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

 span { border-color: rgb(7,92,120); }

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