Html Css Color HEX #0A3C4F Sherpa Blue

📋 copy color: '#0A3C4F'

red 10 ◦ green 60 ◦ blue 79

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

Shades of Sherpa Blue #0A3C4F

Tints of Sherpa Blue #0A3C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 53.02%

R = 6.71%
G = 40.27%
B = 53.02%

CMYK

 C value IS 0.87

 M value IS 0.24

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0A3C4F (or 0x0A3C4F) is known color: Sherpa Blue. HEX triplet: 0A, 3C and 4F. RGB value is (10,60,79). Sum of RGB (Red+Green+Blue) = 10+60+79=149 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.71% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 79 (31.25% from 255 or 53.02% from 149); Max value from RGB is 79 - color contains mainly: blue. Hex color #0A3C4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3C4F is #F5C3B0. Grayscale: #2F2F2F. Windows color (decimal): -16106417 or 5192714. OLE color: 5192714.

HSL color Cylindrical-coordinate representation of color #0A3C4F: hue angle of 196.52º degrees, saturation: 0.78, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A3C4F is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 10 60 79 -
CMYK 0.87 0.24 0 0.69
HSL 196.52º 0.78% 0.17% -
HSV(B) 196.52º 0.87% 0.31% -
XYZ 3.15 3.86 7.98 -
YUV 47.22 145.94 101.46 -
System Red Green Blue C M Y K H S L
Decimal 10 60 79 0.87 0.24 0 0.69 196.52 0.78 0.17
Hex A 3C 4F 57 18 0 45 C5 4E 11
Octal 12 74 117 127 30 0 105 305 116 21
Binary 1010 111100 1001111 1010111 11000 0 1000101 11000101 1001110 10001

Color Harmonies of #0A3C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3C4F

Black with #0A3C4F

Text Example


Text Example

White with #0A3C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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