Html Css Color HEX #075153 Sherpa Blue

📋 copy color: '#075153'

red 7 ◦ green 81 ◦ blue 83

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

Shades of Sherpa Blue #075153

Tints of Sherpa Blue #075153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 48.54%

R = 4.09%
G = 47.37%
B = 48.54%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#075153 (or 0x075153) is known color: Sherpa Blue. HEX triplet: 07, 51 and 53. RGB value is (7,81,83). Sum of RGB (Red+Green+Blue) = 7+81+83=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 83 - color contains mainly: blue. Hex color #075153 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075153 is #F8AEAC. Grayscale: #3B3B3B. Windows color (decimal): -16297645 or 5460231. OLE color: 5460231.

HSL color Cylindrical-coordinate representation of color #075153: hue angle of 181.58º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075153 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 81 83 -
CMYK 0.92 0.02 0 0.67
HSL 181.58º 0.84% 0.18% -
HSV(B) 181.58º 0.92% 0.33% -
XYZ 4.59 6.55 9.21 -
YUV 59.1 141.48 90.84 -
System Red Green Blue C M Y K H S L
Decimal 7 81 83 0.92 0.02 0 0.67 181.58 0.84 0.18
Hex 7 51 53 5C 2 0 43 B6 54 12
Octal 7 121 123 134 2 0 103 266 124 22
Binary 111 1010001 1010011 1011100 10 0 1000011 10110110 1010100 10010

Color Harmonies of #075153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075153

Black with #075153

Text Example


Text Example

White with #075153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075153; }

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

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

background-color css

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

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

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

border-color css

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

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

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