Html Css Color HEX #083F4B Sherpa Blue

📋 copy color: '#083F4B'

red 8 ◦ green 63 ◦ blue 75

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

Shades of Sherpa Blue #083F4B

Tints of Sherpa Blue #083F4B

RGB

 RED value IS 8 (3.52% from 255) = 5.48%

 GREEN value IS 63 (25% from 255) = 43.15%

 BLUE value IS 75 (29.69% from 255) = 51.37%

R = 5.48%
G = 43.15%
B = 51.37%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#083F4B (or 0x083F4B) is known color: Sherpa Blue. HEX triplet: 08, 3F and 4B. RGB value is (8,63,75). Sum of RGB (Red+Green+Blue) = 8+63+75=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 63 (25% from 255 or 43.15% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #083F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083F4B is #F7C0B4. Grayscale: #2F2F2F. Windows color (decimal): -16236725 or 4931336. OLE color: 4931336.

HSL color Cylindrical-coordinate representation of color #083F4B: hue angle of 190.75º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #083F4B is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 63 75 -
CMYK 0.89 0.16 0 0.71
HSL 190.75º 0.81% 0.16% -
HSV(B) 190.75º 0.89% 0.29% -
XYZ 3.15 4.11 7.28 -
YUV 47.92 143.28 99.52 -
System Red Green Blue C M Y K H S L
Decimal 8 63 75 0.89 0.16 0 0.71 190.75 0.81 0.16
Hex 8 3F 4B 59 10 0 47 BF 51 10
Octal 10 77 113 131 20 0 107 277 121 20
Binary 1000 111111 1001011 1011001 10000 0 1000111 10111111 1010001 10000

Color Harmonies of #083F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083F4B

Black with #083F4B

Text Example


Text Example

White with #083F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083F4B; }

 p { color: rgb(8,63,75); }

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

background-color css

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

 a { background-color: rgb(8,63,75); }

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

border-color css

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

 span { border-color: rgb(8,63,75); }

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