Html Css Color HEX #0C5352 Sherpa Blue

📋 copy color: '#0C5352'

red 12 ◦ green 83 ◦ blue 82

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

Shades of Sherpa Blue #0C5352

Tints of Sherpa Blue #0C5352

RGB

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

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

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

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

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #0C5352: hue angle of 179.15º 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 #0C5352 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 12 83 82 -
CMYK 0.86 0 0.01 0.67
HSL 179.15º 0.75% 0.19% -
HSV(B) 179.15º 0.86% 0.33% -
XYZ 4.77 6.87 9.06 -
YUV 61.66 139.48 92.58 -
System Red Green Blue C M Y K H S L
Decimal 12 83 82 0.86 0 0.01 0.67 179.15 0.75 0.19
Hex C 53 52 56 0 1 43 B3 4B 13
Octal 14 123 122 126 0 1 103 263 113 23
Binary 1100 1010011 1010010 1010110 0 1 1000011 10110011 1001011 10011

Color Harmonies of #0C5352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5352

Black with #0C5352

Text Example


Text Example

White with #0C5352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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