Html Css Color HEX #0C464F Sherpa Blue

📋 copy color: '#0C464F'

red 12 ◦ green 70 ◦ blue 79

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

Shades of Sherpa Blue #0C464F

Tints of Sherpa Blue #0C464F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 43.48%

 BLUE value IS 79 (31.25% from 255) = 49.07%

R = 7.45%
G = 43.48%
B = 49.07%

CMYK

 C value IS 0.85

 M value IS 0.11

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0C464F (or 0x0C464F) is known color: Sherpa Blue. HEX triplet: 0C, 46 and 4F. RGB value is (12,70,79). Sum of RGB (Red+Green+Blue) = 12+70+79=161 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.45% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 79 (31.25% from 255 or 49.07% from 161); Max value from RGB is 79 - color contains mainly: blue. Hex color #0C464F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C464F is #F3B9B0. Grayscale: #353535. Windows color (decimal): -15972785 or 5195276. OLE color: 5195276.

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

Color convert

RGB 12 70 79 -
CMYK 0.85 0.11 0 0.69
HSL 188.06º 0.74% 0.18% -
HSV(B) 188.06º 0.85% 0.31% -
XYZ 3.75 5.02 8.17 -
YUV 53.68 142.28 98.27 -
System Red Green Blue C M Y K H S L
Decimal 12 70 79 0.85 0.11 0 0.69 188.06 0.74 0.18
Hex C 46 4F 55 B 0 45 BC 4A 12
Octal 14 106 117 125 13 0 105 274 112 22
Binary 1100 1000110 1001111 1010101 1011 0 1000101 10111100 1001010 10010

Color Harmonies of #0C464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C464F

Black with #0C464F

Text Example


Text Example

White with #0C464F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,70,79); }

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

background-color css

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

 a { background-color: rgb(12,70,79); }

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

border-color css

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

 span { border-color: rgb(12,70,79); }

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