Html Css Color HEX #0C3595 Smalt

📋 copy color: '#0C3595'

red 12 ◦ green 53 ◦ blue 149

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

Shades of Smalt #0C3595

Tints of Smalt #0C3595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.77%

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

R = 5.61%
G = 24.77%
B = 69.63%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0C3595 (or 0x0C3595) is known color: Smalt. HEX triplet: 0C, 35 and 95. RGB value is (12,53,149). Sum of RGB (Red+Green+Blue) = 12+53+149=214 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.61% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 149 (58.59% from 255 or 69.63% from 214); Max value from RGB is 149 - color contains mainly: blue. Hex color #0C3595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3595 is #F3CA6A. Grayscale: #333333. Windows color (decimal): -15977067 or 9778444. OLE color: 9778444.

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

Color convert

RGB 12 53 149 -
CMYK 0.92 0.64 0 0.42
HSL 222.04º 0.85% 0.32% -
HSV(B) 222.04º 0.92% 0.58% -
XYZ 6.85 4.79 29 -
YUV 51.69 182.92 99.69 -
System Red Green Blue C M Y K H S L
Decimal 12 53 149 0.92 0.64 0 0.42 222.04 0.85 0.32
Hex C 35 95 5C 40 0 2A DE 55 20
Octal 14 65 225 134 100 0 52 336 125 40
Binary 1100 110101 10010101 1011100 1000000 0 101010 11011110 1010101 100000

Color Harmonies of #0C3595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3595

Black with #0C3595

Text Example


Text Example

White with #0C3595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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