Html Css Color HEX #0A465B Sherpa Blue

📋 copy color: '#0A465B'

red 10 ◦ green 70 ◦ blue 91

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

Shades of Sherpa Blue #0A465B

Tints of Sherpa Blue #0A465B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.94%

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

R = 5.85%
G = 40.94%
B = 53.22%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0A465B (or 0x0A465B) is known color: Sherpa Blue. HEX triplet: 0A, 46 and 5B. RGB value is (10,70,91). Sum of RGB (Red+Green+Blue) = 10+70+91=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #0A465B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A465B is #F5B9A4. Grayscale: #363636. Windows color (decimal): -16103845 or 5981706. OLE color: 5981706.

HSL color Cylindrical-coordinate representation of color #0A465B: hue angle of 195.56º 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 #0A465B is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 10 70 91 -
CMYK 0.89 0.23 0 0.64
HSL 195.56º 0.8% 0.2% -
HSV(B) 195.56º 0.89% 0.36% -
XYZ 4.2 5.2 10.68 -
YUV 54.45 148.62 96.29 -
System Red Green Blue C M Y K H S L
Decimal 10 70 91 0.89 0.23 0 0.64 195.56 0.8 0.2
Hex A 46 5B 59 17 0 40 C4 50 14
Octal 12 106 133 131 27 0 100 304 120 24
Binary 1010 1000110 1011011 1011001 10111 0 1000000 11000100 1010000 10100

Color Harmonies of #0A465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A465B

Black with #0A465B

Text Example


Text Example

White with #0A465B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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