Html Css Color HEX #0C5359 Sherpa Blue

📋 copy color: '#0C5359'

red 12 ◦ green 83 ◦ blue 89

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

Shades of Sherpa Blue #0C5359

Tints of Sherpa Blue #0C5359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.11%

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

R = 6.52%
G = 45.11%
B = 48.37%

CMYK

 C value IS 0.87

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0C5359 (or 0x0C5359) is known color: Sherpa Blue. HEX triplet: 0C, 53 and 59. RGB value is (12,83,89). Sum of RGB (Red+Green+Blue) = 12+83+89=184 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.52% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 89 - color contains mainly: blue. Hex color #0C5359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5359 is #F3ACA6. Grayscale: #3E3E3E. Windows color (decimal): -15969447 or 5853964. OLE color: 5853964.

HSL color Cylindrical-coordinate representation of color #0C5359: hue angle of 184.68º 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 #0C5359 is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 12 83 89 -
CMYK 0.87 0.07 0 0.65
HSL 184.68º 0.76% 0.2% -
HSV(B) 184.68º 0.87% 0.35% -
XYZ 5.05 6.99 10.53 -
YUV 62.46 142.98 92.01 -
System Red Green Blue C M Y K H S L
Decimal 12 83 89 0.87 0.07 0 0.65 184.68 0.76 0.2
Hex C 53 59 57 7 0 41 B9 4C 14
Octal 14 123 131 127 7 0 101 271 114 24
Binary 1100 1010011 1011001 1010111 111 0 1000001 10111001 1001100 10100

Color Harmonies of #0C5359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5359

Black with #0C5359

Text Example


Text Example

White with #0C5359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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