Html Css Color HEX #075169 Blue Lagoon

📋 copy color: '#075169'

red 7 ◦ green 81 ◦ blue 105

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

Shades of Blue Lagoon #075169

Tints of Blue Lagoon #075169

RGB

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

 GREEN value IS 81 (32.03% from 255) = 41.97%

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

R = 3.63%
G = 41.97%
B = 54.4%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#075169 (or 0x075169) is known color: Blue Lagoon. HEX triplet: 07, 51 and 69. RGB value is (7,81,105). Sum of RGB (Red+Green+Blue) = 7+81+105=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 105 (41.41% from 255 or 54.40% from 193); Max value from RGB is 105 - color contains mainly: blue. Hex color #075169 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075169 is #F8AE96. Grayscale: #3D3D3D. Windows color (decimal): -16297623 or 6902023. OLE color: 6902023.

HSL color Cylindrical-coordinate representation of color #075169: hue angle of 194.69º 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 #075169 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 81 105 -
CMYK 0.93 0.23 0 0.59
HSL 194.69º 0.88% 0.22% -
HSV(B) 194.69º 0.93% 0.41% -
XYZ 5.58 6.95 14.41 -
YUV 61.61 152.48 89.05 -
System Red Green Blue C M Y K H S L
Decimal 7 81 105 0.93 0.23 0 0.59 194.69 0.88 0.22
Hex 7 51 69 5D 17 0 3B C3 58 16
Octal 7 121 151 135 27 0 73 303 130 26
Binary 111 1010001 1101001 1011101 10111 0 111011 11000011 1011000 10110

Color Harmonies of #075169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075169

Black with #075169

Text Example


Text Example

White with #075169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075169; }

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

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

background-color css

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

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

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

border-color css

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

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

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