Html Css Color HEX #0C505B Sherpa Blue

📋 copy color: '#0C505B'

red 12 ◦ green 80 ◦ blue 91

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

Shades of Sherpa Blue #0C505B

Tints of Sherpa Blue #0C505B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.72%

 BLUE value IS 91 (35.94% from 255) = 49.73%

R = 6.56%
G = 43.72%
B = 49.73%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0C505B (or 0x0C505B) is known color: Sherpa Blue. HEX triplet: 0C, 50 and 5B. RGB value is (12,80,91). Sum of RGB (Red+Green+Blue) = 12+80+91=183 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.56% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #0C505B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C505B is #F3AFA4. Grayscale: #3C3C3C. Windows color (decimal): -15970213 or 5984268. OLE color: 5984268.

HSL color Cylindrical-coordinate representation of color #0C505B: hue angle of 188.35º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C505B is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 12 80 91 -
CMYK 0.87 0.12 0 0.64
HSL 188.35º 0.77% 0.2% -
HSV(B) 188.35º 0.87% 0.36% -
XYZ 4.91 6.57 10.91 -
YUV 60.92 144.97 93.11 -
System Red Green Blue C M Y K H S L
Decimal 12 80 91 0.87 0.12 0 0.64 188.35 0.77 0.2
Hex C 50 5B 57 C 0 40 BC 4D 14
Octal 14 120 133 127 14 0 100 274 115 24
Binary 1100 1010000 1011011 1010111 1100 0 1000000 10111100 1001101 10100

Color Harmonies of #0C505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C505B

Black with #0C505B

Text Example


Text Example

White with #0C505B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,80,91); }

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

background-color css

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

 a { background-color: rgb(12,80,91); }

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

border-color css

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

 span { border-color: rgb(12,80,91); }

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