Html Css Color HEX #0C494F Sherpa Blue

📋 copy color: '#0C494F'

red 12 ◦ green 73 ◦ blue 79

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

Shades of Sherpa Blue #0C494F

Tints of Sherpa Blue #0C494F

RGB

 RED value IS 12 (5.08% from 255) = 7.32%

 GREEN value IS 73 (28.91% from 255) = 44.51%

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

R = 7.32%
G = 44.51%
B = 48.17%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0C494F (or 0x0C494F) is known color: Sherpa Blue. HEX triplet: 0C, 49 and 4F. RGB value is (12,73,79). Sum of RGB (Red+Green+Blue) = 12+73+79=164 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.32% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 79 - color contains mainly: blue. Hex color #0C494F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C494F is #F3B6B0. Grayscale: #373737. Windows color (decimal): -15972017 or 5196044. OLE color: 5196044.

HSL color Cylindrical-coordinate representation of color #0C494F: hue angle of 185.37º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C494F is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 12 73 79 -
CMYK 0.85 0.08 0 0.69
HSL 185.37º 0.74% 0.18% -
HSV(B) 185.37º 0.85% 0.31% -
XYZ 3.95 5.41 8.23 -
YUV 55.45 141.29 97.01 -
System Red Green Blue C M Y K H S L
Decimal 12 73 79 0.85 0.08 0 0.69 185.37 0.74 0.18
Hex C 49 4F 55 8 0 45 B9 4A 12
Octal 14 111 117 125 10 0 105 271 112 22
Binary 1100 1001001 1001111 1010101 1000 0 1000101 10111001 1001010 10010

Color Harmonies of #0C494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C494F

Black with #0C494F

Text Example


Text Example

White with #0C494F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,73,79); }

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

background-color css

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

 a { background-color: rgb(12,73,79); }

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

border-color css

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

 span { border-color: rgb(12,73,79); }

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