Html Css Color HEX #0C5259 Sherpa Blue

📋 copy color: '#0C5259'

red 12 ◦ green 82 ◦ blue 89

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

Shades of Sherpa Blue #0C5259

Tints of Sherpa Blue #0C5259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 48.63%

R = 6.56%
G = 44.81%
B = 48.63%

CMYK

 C value IS 0.87

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0C5259 (or 0x0C5259) is known color: Sherpa Blue. HEX triplet: 0C, 52 and 59. RGB value is (12,82,89). Sum of RGB (Red+Green+Blue) = 12+82+89=183 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.56% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #0C5259 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5259 is #F3ADA6. Grayscale: #3D3D3D. Windows color (decimal): -15969703 or 5853708. OLE color: 5853708.

HSL color Cylindrical-coordinate representation of color #0C5259: hue angle of 185.45º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5259 is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 12 82 89 -
CMYK 0.87 0.08 0 0.65
HSL 185.45º 0.76% 0.2% -
HSV(B) 185.45º 0.87% 0.35% -
XYZ 4.97 6.83 10.51 -
YUV 61.87 143.31 92.43 -
System Red Green Blue C M Y K H S L
Decimal 12 82 89 0.87 0.08 0 0.65 185.45 0.76 0.2
Hex C 52 59 57 8 0 41 B9 4C 14
Octal 14 122 131 127 10 0 101 271 114 24
Binary 1100 1010010 1011001 1010111 1000 0 1000001 10111001 1001100 10100

Color Harmonies of #0C5259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5259

Black with #0C5259

Text Example


Text Example

White with #0C5259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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