Html Css Color HEX #0C3495 Smalt

📋 copy color: '#0C3495'

red 12 ◦ green 52 ◦ blue 149

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

Shades of Smalt #0C3495

Tints of Smalt #0C3495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.41%

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

R = 5.63%
G = 24.41%
B = 69.95%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0C3495 (or 0x0C3495) is known color: Smalt. HEX triplet: 0C, 34 and 95. RGB value is (12,52,149). Sum of RGB (Red+Green+Blue) = 12+52+149=213 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.63% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 149 (58.59% from 255 or 69.95% from 213); Max value from RGB is 149 - color contains mainly: blue. Hex color #0C3495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3495 is #F3CB6A. Grayscale: #323232. Windows color (decimal): -15977323 or 9778188. OLE color: 9778188.

HSL color Cylindrical-coordinate representation of color #0C3495: hue angle of 222.48º 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 #0C3495 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 12 52 149 -
CMYK 0.92 0.65 0 0.42
HSL 222.48º 0.85% 0.32% -
HSV(B) 222.48º 0.92% 0.58% -
XYZ 6.8 4.7 28.98 -
YUV 51.1 183.25 100.11 -
System Red Green Blue C M Y K H S L
Decimal 12 52 149 0.92 0.65 0 0.42 222.48 0.85 0.32
Hex C 34 95 5C 41 0 2A DE 55 20
Octal 14 64 225 134 101 0 52 336 125 40
Binary 1100 110100 10010101 1011100 1000001 0 101010 11011110 1010101 100000

Color Harmonies of #0C3495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3495

Black with #0C3495

Text Example


Text Example

White with #0C3495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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