Html Css Color HEX #0C4050 Sherpa Blue

📋 copy color: '#0C4050'

red 12 ◦ green 64 ◦ blue 80

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

Shades of Sherpa Blue #0C4050

Tints of Sherpa Blue #0C4050

RGB

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

 GREEN value IS 64 (25.39% from 255) = 41.03%

 BLUE value IS 80 (31.64% from 255) = 51.28%

R = 7.69%
G = 41.03%
B = 51.28%

CMYK

 C value IS 0.85

 M value IS 0.20

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0C4050 (or 0x0C4050) is known color: Sherpa Blue. HEX triplet: 0C, 40 and 50. RGB value is (12,64,80). Sum of RGB (Red+Green+Blue) = 12+64+80=156 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.69% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #0C4050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4050 is #F3BFAF. Grayscale: #323232. Windows color (decimal): -15974320 or 5259276. OLE color: 5259276.

HSL color Cylindrical-coordinate representation of color #0C4050: hue angle of 194.12º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C4050 is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 12 64 80 -
CMYK 0.85 0.20 0 0.69
HSL 194.12º 0.74% 0.18% -
HSV(B) 194.12º 0.85% 0.31% -
XYZ 3.43 4.32 8.24 -
YUV 50.28 144.77 100.7 -
System Red Green Blue C M Y K H S L
Decimal 12 64 80 0.85 0.20 0 0.69 194.12 0.74 0.18
Hex C 40 50 55 14 0 45 C2 4A 12
Octal 14 100 120 125 24 0 105 302 112 22
Binary 1100 1000000 1010000 1010101 10100 0 1000101 11000010 1001010 10010

Color Harmonies of #0C4050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4050

Black with #0C4050

Text Example


Text Example

White with #0C4050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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