Html Css Color HEX #075A69 Blue Lagoon

📋 copy color: '#075A69'

red 7 ◦ green 90 ◦ blue 105

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

Shades of Blue Lagoon #075A69

Tints of Blue Lagoon #075A69

RGB

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

 GREEN value IS 90 (35.55% from 255) = 44.55%

 BLUE value IS 105 (41.41% from 255) = 51.98%

R = 3.47%
G = 44.55%
B = 51.98%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#075A69 (or 0x075A69) is known color: Blue Lagoon. HEX triplet: 07, 5A and 69. RGB value is (7,90,105). Sum of RGB (Red+Green+Blue) = 7+90+105=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 90 (35.55% from 255 or 44.55% from 202); Blue value is 105 (41.41% from 255 or 51.98% from 202); Max value from RGB is 105 - color contains mainly: blue. Hex color #075A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075A69 is #F8A596. Grayscale: #424242. Windows color (decimal): -16295319 or 6904327. OLE color: 6904327.

HSL color Cylindrical-coordinate representation of color #075A69: hue angle of 189.18º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075A69 is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 90 105 -
CMYK 0.93 0.14 0 0.59
HSL 189.18º 0.88% 0.22% -
HSV(B) 189.18º 0.93% 0.41% -
XYZ 6.29 8.38 14.65 -
YUV 66.89 149.5 85.28 -
System Red Green Blue C M Y K H S L
Decimal 7 90 105 0.93 0.14 0 0.59 189.18 0.88 0.22
Hex 7 5A 69 5D E 0 3B BD 58 16
Octal 7 132 151 135 16 0 73 275 130 26
Binary 111 1011010 1101001 1011101 1110 0 111011 10111101 1011000 10110

Color Harmonies of #075A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075A69

Black with #075A69

Text Example


Text Example

White with #075A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,90,105); }

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

background-color css

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

 a { background-color: rgb(7,90,105); }

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

border-color css

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

 span { border-color: rgb(7,90,105); }

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