Html Css Color HEX #0C3995 Smalt

📋 copy color: '#0C3995'

red 12 ◦ green 57 ◦ blue 149

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

Shades of Smalt #0C3995

Tints of Smalt #0C3995

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.15%

 BLUE value IS 149 (58.59% from 255) = 68.35%

R = 5.5%
G = 26.15%
B = 68.35%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0C3995 (or 0x0C3995) is known color: Smalt. HEX triplet: 0C, 39 and 95. RGB value is (12,57,149). Sum of RGB (Red+Green+Blue) = 12+57+149=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 149 (58.59% from 255 or 68.35% from 218); Max value from RGB is 149 - color contains mainly: blue. Hex color #0C3995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3995 is #F3C66A. Grayscale: #353535. Windows color (decimal): -15976043 or 9779468. OLE color: 9779468.

HSL color Cylindrical-coordinate representation of color #0C3995: hue angle of 220.29º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C3995 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 12 57 149 -
CMYK 0.92 0.62 0 0.42
HSL 220.29º 0.85% 0.32% -
HSV(B) 220.29º 0.92% 0.58% -
XYZ 7.04 5.17 29.06 -
YUV 54.03 181.59 98.02 -
System Red Green Blue C M Y K H S L
Decimal 12 57 149 0.92 0.62 0 0.42 220.29 0.85 0.32
Hex C 39 95 5C 3E 0 2A DC 55 20
Octal 14 71 225 134 76 0 52 334 125 40
Binary 1100 111001 10010101 1011100 111110 0 101010 11011100 1010101 100000

Color Harmonies of #0C3995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3995

Black with #0C3995

Text Example


Text Example

White with #0C3995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,57,149); }

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

background-color css

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

 a { background-color: rgb(12,57,149); }

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

border-color css

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

 span { border-color: rgb(12,57,149); }

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