Html Css Color HEX #075163 Blue Lagoon

📋 copy color: '#075163'

red 7 ◦ green 81 ◦ blue 99

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

Shades of Blue Lagoon #075163

Tints of Blue Lagoon #075163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 52.94%

R = 3.74%
G = 43.32%
B = 52.94%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#075163 (or 0x075163) is known color: Blue Lagoon. HEX triplet: 07, 51 and 63. RGB value is (7,81,99). Sum of RGB (Red+Green+Blue) = 7+81+99=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #075163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075163 is #F8AE9C. Grayscale: #3C3C3C. Windows color (decimal): -16297629 or 6508807. OLE color: 6508807.

HSL color Cylindrical-coordinate representation of color #075163: hue angle of 191.74º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075163 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 7 81 99 -
CMYK 0.93 0.18 0 0.61
HSL 191.74º 0.87% 0.21% -
HSV(B) 191.74º 0.93% 0.39% -
XYZ 5.28 6.83 12.84 -
YUV 60.93 149.48 89.54 -
System Red Green Blue C M Y K H S L
Decimal 7 81 99 0.93 0.18 0 0.61 191.74 0.87 0.21
Hex 7 51 63 5D 12 0 3D C0 57 15
Octal 7 121 143 135 22 0 75 300 127 25
Binary 111 1010001 1100011 1011101 10010 0 111101 11000000 1010111 10101

Color Harmonies of #075163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075163

Black with #075163

Text Example


Text Example

White with #075163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075163; }

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

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

background-color css

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

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

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

border-color css

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

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

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