Html Css Color HEX #0C5253 Sherpa Blue

📋 copy color: '#0C5253'

red 12 ◦ green 82 ◦ blue 83

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

Shades of Sherpa Blue #0C5253

Tints of Sherpa Blue #0C5253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 46.89%

R = 6.78%
G = 46.33%
B = 46.89%

CMYK

 C value IS 0.86

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0C5253 (or 0x0C5253) is known color: Sherpa Blue. HEX triplet: 0C, 52 and 53. RGB value is (12,82,83). Sum of RGB (Red+Green+Blue) = 12+82+83=177 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.78% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 83 (32.81% from 255 or 46.89% from 177); Max value from RGB is 83 - color contains mainly: blue. Hex color #0C5253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5253 is #F3ADAC. Grayscale: #3D3D3D. Windows color (decimal): -15969709 or 5460492. OLE color: 5460492.

HSL color Cylindrical-coordinate representation of color #0C5253: hue angle of 180.85º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C5253 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 12 82 83 -
CMYK 0.86 0.01 0 0.67
HSL 180.85º 0.75% 0.19% -
HSV(B) 180.85º 0.86% 0.33% -
XYZ 4.73 6.74 9.23 -
YUV 61.18 140.31 92.92 -
System Red Green Blue C M Y K H S L
Decimal 12 82 83 0.86 0.01 0 0.67 180.85 0.75 0.19
Hex C 52 53 56 1 0 43 B5 4B 13
Octal 14 122 123 126 1 0 103 265 113 23
Binary 1100 1010010 1010011 1010110 1 0 1000011 10110101 1001011 10011

Color Harmonies of #0C5253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5253

Black with #0C5253

Text Example


Text Example

White with #0C5253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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