Html Css Color HEX #0C3599 Smalt

📋 copy color: '#0C3599'

red 12 ◦ green 53 ◦ blue 153

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

Shades of Smalt #0C3599

Tints of Smalt #0C3599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 70.18%

R = 5.5%
G = 24.31%
B = 70.18%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0C3599 (or 0x0C3599) is known color: Smalt. HEX triplet: 0C, 35 and 99. RGB value is (12,53,153). Sum of RGB (Red+Green+Blue) = 12+53+153=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 153 (60.16% from 255 or 70.18% from 218); Max value from RGB is 153 - color contains mainly: blue. Hex color #0C3599 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3599 is #F3CA66. Grayscale: #333333. Windows color (decimal): -15977063 or 10040588. OLE color: 10040588.

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

Color convert

RGB 12 53 153 -
CMYK 0.92 0.65 0 0.4
HSL 222.55º 0.85% 0.32% -
HSV(B) 222.55º 0.92% 0.6% -
XYZ 7.17 4.92 30.71 -
YUV 52.14 184.92 99.37 -
System Red Green Blue C M Y K H S L
Decimal 12 53 153 0.92 0.65 0 0.4 222.55 0.85 0.32
Hex C 35 99 5C 41 0 28 DF 55 20
Octal 14 65 231 134 101 0 50 337 125 40
Binary 1100 110101 10011001 1011100 1000001 0 101000 11011111 1010101 100000

Color Harmonies of #0C3599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3599

Black with #0C3599

Text Example


Text Example

White with #0C3599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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