Html Css Color HEX #0C4051 Sherpa Blue

📋 copy color: '#0C4051'

red 12 ◦ green 64 ◦ blue 81

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

Shades of Sherpa Blue #0C4051

Tints of Sherpa Blue #0C4051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 51.59%

R = 7.64%
G = 40.76%
B = 51.59%

CMYK

 C value IS 0.85

 M value IS 0.21

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0C4051 (or 0x0C4051) is known color: Sherpa Blue. HEX triplet: 0C, 40 and 51. RGB value is (12,64,81). Sum of RGB (Red+Green+Blue) = 12+64+81=157 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.64% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #0C4051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4051 is #F3BFAE. Grayscale: #323232. Windows color (decimal): -15974319 or 5324812. OLE color: 5324812.

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

Color convert

RGB 12 64 81 -
CMYK 0.85 0.21 0 0.68
HSL 194.78º 0.74% 0.18% -
HSV(B) 194.78º 0.85% 0.32% -
XYZ 3.47 4.34 8.44 -
YUV 50.39 145.27 100.62 -
System Red Green Blue C M Y K H S L
Decimal 12 64 81 0.85 0.21 0 0.68 194.78 0.74 0.18
Hex C 40 51 55 15 0 44 C3 4A 12
Octal 14 100 121 125 25 0 104 303 112 22
Binary 1100 1000000 1010001 1010101 10101 0 1000100 11000011 1001010 10010

Color Harmonies of #0C4051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4051

Black with #0C4051

Text Example


Text Example

White with #0C4051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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