Html Css Color HEX #0C328C Smalt

📋 copy color: '#0C328C'

red 12 ◦ green 50 ◦ blue 140

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

Shades of Smalt #0C328C

Tints of Smalt #0C328C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.75%

 BLUE value IS 140 (55.08% from 255) = 69.31%

R = 5.94%
G = 24.75%
B = 69.31%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0C328C (or 0x0C328C) is known color: Smalt. HEX triplet: 0C, 32 and 8C. RGB value is (12,50,140). Sum of RGB (Red+Green+Blue) = 12+50+140=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 140 (55.08% from 255 or 69.31% from 202); Max value from RGB is 140 - color contains mainly: blue. Hex color #0C328C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C328C is #F3CD73. Grayscale: #303030. Windows color (decimal): -15977844 or 9187852. OLE color: 9187852.

HSL color Cylindrical-coordinate representation of color #0C328C: hue angle of 222.19º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C328C is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 12 50 140 -
CMYK 0.91 0.64 0 0.45
HSL 222.19º 0.84% 0.3% -
HSV(B) 222.19º 0.91% 0.55% -
XYZ 6.03 4.25 25.31 -
YUV 48.9 179.41 101.68 -
System Red Green Blue C M Y K H S L
Decimal 12 50 140 0.91 0.64 0 0.45 222.19 0.84 0.3
Hex C 32 8C 5B 40 0 2D DE 54 1E
Octal 14 62 214 133 100 0 55 336 124 36
Binary 1100 110010 10001100 1011011 1000000 0 101101 11011110 1010100 11110

Color Harmonies of #0C328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C328C

Black with #0C328C

Text Example


Text Example

White with #0C328C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,50,140); }

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

background-color css

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

 a { background-color: rgb(12,50,140); }

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

border-color css

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

 span { border-color: rgb(12,50,140); }

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