Html Css Color HEX #0C414D Sherpa Blue

📋 copy color: '#0C414D'

red 12 ◦ green 65 ◦ blue 77

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

Shades of Sherpa Blue #0C414D

Tints of Sherpa Blue #0C414D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 42.21%

 BLUE value IS 77 (30.47% from 255) = 50%

R = 7.79%
G = 42.21%
B = 50%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0C414D (or 0x0C414D) is known color: Sherpa Blue. HEX triplet: 0C, 41 and 4D. RGB value is (12,65,77). Sum of RGB (Red+Green+Blue) = 12+65+77=154 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.79% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #0C414D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C414D is #F3BEB2. Grayscale: #323232. Windows color (decimal): -15974067 or 5062924. OLE color: 5062924.

HSL color Cylindrical-coordinate representation of color #0C414D: hue angle of 191.08º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C414D is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 12 65 77 -
CMYK 0.84 0.16 0 0.70
HSL 191.08º 0.73% 0.17% -
HSV(B) 191.08º 0.84% 0.3% -
XYZ 3.38 4.39 7.69 -
YUV 50.52 142.94 100.52 -
System Red Green Blue C M Y K H S L
Decimal 12 65 77 0.84 0.16 0 0.70 191.08 0.73 0.17
Hex C 41 4D 54 10 0 46 BF 49 11
Octal 14 101 115 124 20 0 106 277 111 21
Binary 1100 1000001 1001101 1010100 10000 0 1000110 10111111 1001001 10001

Color Harmonies of #0C414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C414D

Black with #0C414D

Text Example


Text Example

White with #0C414D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,65,77); }

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

background-color css

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

 a { background-color: rgb(12,65,77); }

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

border-color css

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

 span { border-color: rgb(12,65,77); }

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