Html Css Color HEX #075774 Blue Lagoon

📋 copy color: '#075774'

red 7 ◦ green 87 ◦ blue 116

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

Shades of Blue Lagoon #075774

Tints of Blue Lagoon #075774

RGB

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

 GREEN value IS 87 (34.38% from 255) = 41.43%

 BLUE value IS 116 (45.7% from 255) = 55.24%

R = 3.33%
G = 41.43%
B = 55.24%

CMYK

 C value IS 0.94

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#075774 (or 0x075774) is known color: Blue Lagoon. HEX triplet: 07, 57 and 74. RGB value is (7,87,116). Sum of RGB (Red+Green+Blue) = 7+87+116=210 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.33% from 210); Green value is 87 (34.38% from 255 or 41.43% from 210); Blue value is 116 (45.70% from 255 or 55.24% from 210); Max value from RGB is 116 - color contains mainly: blue. Hex color #075774 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075774 is #F8A88B. Grayscale: #424242. Windows color (decimal): -16296076 or 7624455. OLE color: 7624455.

HSL color Cylindrical-coordinate representation of color #075774: hue angle of 195.96º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075774 is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 87 116 -
CMYK 0.94 0.25 0 0.55
HSL 195.96º 0.89% 0.24% -
HSV(B) 195.96º 0.94% 0.45% -
XYZ 6.65 8.12 17.74 -
YUV 66.39 156 85.64 -
System Red Green Blue C M Y K H S L
Decimal 7 87 116 0.94 0.25 0 0.55 195.96 0.89 0.24
Hex 7 57 74 5E 19 0 37 C4 59 18
Octal 7 127 164 136 31 0 67 304 131 30
Binary 111 1010111 1110100 1011110 11001 0 110111 11000100 1011001 11000

Color Harmonies of #075774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075774

Black with #075774

Text Example


Text Example

White with #075774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075774; }

 p { color: rgb(7,87,116); }

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

background-color css

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

 a { background-color: rgb(7,87,116); }

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

border-color css

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

 span { border-color: rgb(7,87,116); }

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