Html Css Color HEX #0A4B5B Sherpa Blue

📋 copy color: '#0A4B5B'

red 10 ◦ green 75 ◦ blue 91

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

Shades of Sherpa Blue #0A4B5B

Tints of Sherpa Blue #0A4B5B

RGB

 RED value IS 10 (4.3% from 255) = 5.68%

 GREEN value IS 75 (29.69% from 255) = 42.61%

 BLUE value IS 91 (35.94% from 255) = 51.7%

R = 5.68%
G = 42.61%
B = 51.7%

CMYK

 C value IS 0.89

 M value IS 0.18

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0A4B5B (or 0x0A4B5B) is known color: Sherpa Blue. HEX triplet: 0A, 4B and 5B. RGB value is (10,75,91). Sum of RGB (Red+Green+Blue) = 10+75+91=176 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.68% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 91 (35.94% from 255 or 51.70% from 176); Max value from RGB is 91 - color contains mainly: blue. Hex color #0A4B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4B5B is #F5B4A4. Grayscale: #393939. Windows color (decimal): -16102565 or 5982986. OLE color: 5982986.

HSL color Cylindrical-coordinate representation of color #0A4B5B: hue angle of 191.85º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A4B5B is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 10 75 91 -
CMYK 0.89 0.18 0 0.64
HSL 191.85º 0.8% 0.2% -
HSV(B) 191.85º 0.89% 0.36% -
XYZ 4.53 5.85 10.79 -
YUV 57.39 146.97 94.2 -
System Red Green Blue C M Y K H S L
Decimal 10 75 91 0.89 0.18 0 0.64 191.85 0.8 0.2
Hex A 4B 5B 59 12 0 40 C0 50 14
Octal 12 113 133 131 22 0 100 300 120 24
Binary 1010 1001011 1011011 1011001 10010 0 1000000 11000000 1010000 10100

Color Harmonies of #0A4B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4B5B

Black with #0A4B5B

Text Example


Text Example

White with #0A4B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A4B5B; }

 p { color: rgb(10,75,91); }

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

background-color css

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

 a { background-color: rgb(10,75,91); }

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

border-color css

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

 span { border-color: rgb(10,75,91); }

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