Html Css Color HEX #0C5260 Sherpa Blue

📋 copy color: '#0C5260'

red 12 ◦ green 82 ◦ blue 96

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

Shades of Sherpa Blue #0C5260

Tints of Sherpa Blue #0C5260

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.16%

 BLUE value IS 96 (37.89% from 255) = 50.53%

R = 6.32%
G = 43.16%
B = 50.53%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0C5260 (or 0x0C5260) is known color: Sherpa Blue. HEX triplet: 0C, 52 and 60. RGB value is (12,82,96). Sum of RGB (Red+Green+Blue) = 12+82+96=190 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.32% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 96 (37.89% from 255 or 50.53% from 190); Max value from RGB is 96 - color contains mainly: blue. Hex color #0C5260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5260 is #F3AD9F. Grayscale: #3E3E3E. Windows color (decimal): -15969696 or 6312460. OLE color: 6312460.

HSL color Cylindrical-coordinate representation of color #0C5260: hue angle of 190º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C5260 is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 82 96 -
CMYK 0.88 0.15 0 0.62
HSL 190º 0.78% 0.21% -
HSV(B) 190º 0.88% 0.38% -
XYZ 5.28 6.96 12.13 -
YUV 62.67 146.81 91.86 -
System Red Green Blue C M Y K H S L
Decimal 12 82 96 0.88 0.15 0 0.62 190 0.78 0.21
Hex C 52 60 58 F 0 3E BE 4E 15
Octal 14 122 140 130 17 0 76 276 116 25
Binary 1100 1010010 1100000 1011000 1111 0 111110 10111110 1001110 10101

Color Harmonies of #0C5260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5260

Black with #0C5260

Text Example


Text Example

White with #0C5260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,82,96); }

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

background-color css

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

 a { background-color: rgb(12,82,96); }

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

border-color css

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

 span { border-color: rgb(12,82,96); }

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