Html Css Color HEX #0C4052 Sherpa Blue

📋 copy color: '#0C4052'

red 12 ◦ green 64 ◦ blue 82

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

Shades of Sherpa Blue #0C4052

Tints of Sherpa Blue #0C4052

RGB

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

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

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

R = 7.59%
G = 40.51%
B = 51.9%

CMYK

 C value IS 0.85

 M value IS 0.22

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0C4052 (or 0x0C4052) is known color: Sherpa Blue. HEX triplet: 0C, 40 and 52. RGB value is (12,64,82). Sum of RGB (Red+Green+Blue) = 12+64+82=158 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.59% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 82 (32.42% from 255 or 51.90% from 158); Max value from RGB is 82 - color contains mainly: blue. Hex color #0C4052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4052 is #F3BFAD. Grayscale: #323232. Windows color (decimal): -15974318 or 5390348. OLE color: 5390348.

HSL color Cylindrical-coordinate representation of color #0C4052: hue angle of 195.43º 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 #0C4052 is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 12 64 82 -
CMYK 0.85 0.22 0 0.68
HSL 195.43º 0.74% 0.18% -
HSV(B) 195.43º 0.85% 0.32% -
XYZ 3.51 4.35 8.64 -
YUV 50.5 145.77 100.54 -
System Red Green Blue C M Y K H S L
Decimal 12 64 82 0.85 0.22 0 0.68 195.43 0.74 0.18
Hex C 40 52 55 16 0 44 C3 4A 12
Octal 14 100 122 125 26 0 104 303 112 22
Binary 1100 1000000 1010010 1010101 10110 0 1000100 11000011 1001010 10010

Color Harmonies of #0C4052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4052

Black with #0C4052

Text Example


Text Example

White with #0C4052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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