Html Css Color HEX #0C414C Sherpa Blue

📋 copy color: '#0C414C'

red 12 ◦ green 65 ◦ blue 76

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

Shades of Sherpa Blue #0C414C

Tints of Sherpa Blue #0C414C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 49.67%

R = 7.84%
G = 42.48%
B = 49.67%

CMYK

 C value IS 0.84

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0C414C (or 0x0C414C) is known color: Sherpa Blue. HEX triplet: 0C, 41 and 4C. RGB value is (12,65,76). Sum of RGB (Red+Green+Blue) = 12+65+76=153 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.84% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 76 (30.08% from 255 or 49.67% from 153); Max value from RGB is 76 - color contains mainly: blue. Hex color #0C414C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C414C is #F3BEB3. Grayscale: #323232. Windows color (decimal): -15974068 or 4997388. OLE color: 4997388.

HSL color Cylindrical-coordinate representation of color #0C414C: hue angle of 190.31º 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 #0C414C is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 12 65 76 -
CMYK 0.84 0.14 0 0.70
HSL 190.31º 0.73% 0.17% -
HSV(B) 190.31º 0.84% 0.3% -
XYZ 3.35 4.38 7.51 -
YUV 50.41 142.44 100.61 -
System Red Green Blue C M Y K H S L
Decimal 12 65 76 0.84 0.14 0 0.70 190.31 0.73 0.17
Hex C 41 4C 54 E 0 46 BE 49 11
Octal 14 101 114 124 16 0 106 276 111 21
Binary 1100 1000001 1001100 1010100 1110 0 1000110 10111110 1001001 10001

Color Harmonies of #0C414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C414C

Black with #0C414C

Text Example


Text Example

White with #0C414C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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