Html Css Color HEX #0A4558 Sherpa Blue

📋 copy color: '#0A4558'

red 10 ◦ green 69 ◦ blue 88

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

Shades of Sherpa Blue #0A4558

Tints of Sherpa Blue #0A4558

RGB

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

 GREEN value IS 69 (27.34% from 255) = 41.32%

 BLUE value IS 88 (34.77% from 255) = 52.69%

R = 5.99%
G = 41.32%
B = 52.69%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0A4558 (or 0x0A4558) is known color: Sherpa Blue. HEX triplet: 0A, 45 and 58. RGB value is (10,69,88). Sum of RGB (Red+Green+Blue) = 10+69+88=167 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.99% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 88 (34.77% from 255 or 52.69% from 167); Max value from RGB is 88 - color contains mainly: blue. Hex color #0A4558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4558 is #F5BAA7. Grayscale: #353535. Windows color (decimal): -16104104 or 5784842. OLE color: 5784842.

HSL color Cylindrical-coordinate representation of color #0A4558: hue angle of 194.62º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A4558 is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 10 69 88 -
CMYK 0.89 0.22 0 0.65
HSL 194.62º 0.8% 0.19% -
HSV(B) 194.62º 0.89% 0.35% -
XYZ 4.01 5.03 9.99 -
YUV 53.53 147.45 96.96 -
System Red Green Blue C M Y K H S L
Decimal 10 69 88 0.89 0.22 0 0.65 194.62 0.8 0.19
Hex A 45 58 59 16 0 41 C3 50 13
Octal 12 105 130 131 26 0 101 303 120 23
Binary 1010 1000101 1011000 1011001 10110 0 1000001 11000011 1010000 10011

Color Harmonies of #0A4558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4558

Black with #0A4558

Text Example


Text Example

White with #0A4558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,69,88); }

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

background-color css

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

 a { background-color: rgb(10,69,88); }

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

border-color css

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

 span { border-color: rgb(10,69,88); }

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