Html Css Color HEX #0C474D Sherpa Blue

📋 copy color: '#0C474D'

red 12 ◦ green 71 ◦ blue 77

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

Shades of Sherpa Blue #0C474D

Tints of Sherpa Blue #0C474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 44.38%

 BLUE value IS 77 (30.47% from 255) = 48.13%

R = 7.5%
G = 44.38%
B = 48.13%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0C474D (or 0x0C474D) is known color: Sherpa Blue. HEX triplet: 0C, 47 and 4D. RGB value is (12,71,77). Sum of RGB (Red+Green+Blue) = 12+71+77=160 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.5% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 77 - color contains mainly: blue. Hex color #0C474D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C474D is #F3B8B2. Grayscale: #353535. Windows color (decimal): -15972531 or 5064460. OLE color: 5064460.

HSL color Cylindrical-coordinate representation of color #0C474D: hue angle of 185.54º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C474D is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 12 71 77 -
CMYK 0.84 0.08 0 0.70
HSL 185.54º 0.73% 0.17% -
HSV(B) 185.54º 0.84% 0.3% -
XYZ 3.74 5.12 7.81 -
YUV 54.04 140.95 98.01 -
System Red Green Blue C M Y K H S L
Decimal 12 71 77 0.84 0.08 0 0.70 185.54 0.73 0.17
Hex C 47 4D 54 8 0 46 BA 49 11
Octal 14 107 115 124 10 0 106 272 111 21
Binary 1100 1000111 1001101 1010100 1000 0 1000110 10111010 1001001 10001

Color Harmonies of #0C474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C474D

Black with #0C474D

Text Example


Text Example

White with #0C474D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,71,77); }

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

background-color css

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

 a { background-color: rgb(12,71,77); }

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

border-color css

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

 span { border-color: rgb(12,71,77); }

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