Html Css Color HEX #0C3A92 Smalt

📋 copy color: '#0C3A92'

red 12 ◦ green 58 ◦ blue 146

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

Shades of Smalt #0C3A92

Tints of Smalt #0C3A92

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.85%

 BLUE value IS 146 (57.42% from 255) = 67.59%

R = 5.56%
G = 26.85%
B = 67.59%

CMYK

 C value IS 0.92

 M value IS 0.60

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0C3A92 (or 0x0C3A92) is known color: Smalt. HEX triplet: 0C, 3A and 92. RGB value is (12,58,146). Sum of RGB (Red+Green+Blue) = 12+58+146=216 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.56% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 146 (57.42% from 255 or 67.59% from 216); Max value from RGB is 146 - color contains mainly: blue. Hex color #0C3A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3A92 is #F3C56D. Grayscale: #353535. Windows color (decimal): -15975790 or 9583116. OLE color: 9583116.

HSL color Cylindrical-coordinate representation of color #0C3A92: hue angle of 219.4º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C3A92 is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 12 58 146 -
CMYK 0.92 0.60 0 0.43
HSL 219.4º 0.85% 0.31% -
HSV(B) 219.4º 0.92% 0.57% -
XYZ 6.85 5.18 27.83 -
YUV 54.28 179.76 97.84 -
System Red Green Blue C M Y K H S L
Decimal 12 58 146 0.92 0.60 0 0.43 219.4 0.85 0.31
Hex C 3A 92 5C 3C 0 2B DB 55 1F
Octal 14 72 222 134 74 0 53 333 125 37
Binary 1100 111010 10010010 1011100 111100 0 101011 11011011 1010101 11111

Color Harmonies of #0C3A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3A92

Black with #0C3A92

Text Example


Text Example

White with #0C3A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,58,146); }

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

background-color css

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

 a { background-color: rgb(12,58,146); }

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

border-color css

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

 span { border-color: rgb(12,58,146); }

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