Html Css Color HEX #083B4B Sherpa Blue

📋 copy color: '#083B4B'

red 8 ◦ green 59 ◦ blue 75

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

Shades of Sherpa Blue #083B4B

Tints of Sherpa Blue #083B4B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 41.55%

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

R = 5.63%
G = 41.55%
B = 52.82%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#083B4B (or 0x083B4B) is known color: Sherpa Blue. HEX triplet: 08, 3B and 4B. RGB value is (8,59,75). Sum of RGB (Red+Green+Blue) = 8+59+75=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 59 (23.44% from 255 or 41.55% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #083B4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083B4B is #F7C4B4. Grayscale: #2D2D2D. Windows color (decimal): -16237749 or 4930312. OLE color: 4930312.

HSL color Cylindrical-coordinate representation of color #083B4B: hue angle of 194.33º 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 #083B4B is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 59 75 -
CMYK 0.89 0.21 0 0.71
HSL 194.33º 0.81% 0.16% -
HSV(B) 194.33º 0.89% 0.29% -
XYZ 2.93 3.69 7.21 -
YUV 45.58 144.6 101.2 -
System Red Green Blue C M Y K H S L
Decimal 8 59 75 0.89 0.21 0 0.71 194.33 0.81 0.16
Hex 8 3B 4B 59 15 0 47 C2 51 10
Octal 10 73 113 131 25 0 107 302 121 20
Binary 1000 111011 1001011 1011001 10101 0 1000111 11000010 1010001 10000

Color Harmonies of #083B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083B4B

Black with #083B4B

Text Example


Text Example

White with #083B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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