Html Css Color HEX #0A3C49 Sherpa Blue

📋 copy color: '#0A3C49'

red 10 ◦ green 60 ◦ blue 73

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

Shades of Sherpa Blue #0A3C49

Tints of Sherpa Blue #0A3C49

RGB

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

 GREEN value IS 60 (23.83% from 255) = 41.96%

 BLUE value IS 73 (28.91% from 255) = 51.05%

R = 6.99%
G = 41.96%
B = 51.05%

CMYK

 C value IS 0.86

 M value IS 0.18

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0A3C49 (or 0x0A3C49) is known color: Sherpa Blue. HEX triplet: 0A, 3C and 49. RGB value is (10,60,73). Sum of RGB (Red+Green+Blue) = 10+60+73=143 (18% of max value = 765). Red value is 10 (4.30% from 255 or 6.99% from 143); Green value is 60 (23.83% from 255 or 41.96% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #0A3C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3C49 is #F5C3B6. Grayscale: #2E2E2E. Windows color (decimal): -16106423 or 4799498. OLE color: 4799498.

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

Color convert

RGB 10 60 73 -
CMYK 0.86 0.18 0 0.71
HSL 192.38º 0.76% 0.16% -
HSV(B) 192.38º 0.86% 0.29% -
XYZ 2.94 3.78 6.88 -
YUV 46.53 142.94 101.94 -
System Red Green Blue C M Y K H S L
Decimal 10 60 73 0.86 0.18 0 0.71 192.38 0.76 0.16
Hex A 3C 49 56 12 0 47 C0 4C 10
Octal 12 74 111 126 22 0 107 300 114 20
Binary 1010 111100 1001001 1010110 10010 0 1000111 11000000 1001100 10000

Color Harmonies of #0A3C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3C49

Black with #0A3C49

Text Example


Text Example

White with #0A3C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,60,73); }

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

background-color css

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

 a { background-color: rgb(10,60,73); }

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

border-color css

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

 span { border-color: rgb(10,60,73); }

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