Html Css Color HEX #0C2486 Smalt

📋 copy color: '#0C2486'

red 12 ◦ green 36 ◦ blue 134

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

Shades of Smalt #0C2486

Tints of Smalt #0C2486

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.78%

 BLUE value IS 134 (52.73% from 255) = 73.63%

R = 6.59%
G = 19.78%
B = 73.63%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0C2486 (or 0x0C2486) is known color: Smalt. HEX triplet: 0C, 24 and 86. RGB value is (12,36,134). Sum of RGB (Red+Green+Blue) = 12+36+134=182 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.59% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 134 (52.73% from 255 or 73.63% from 182); Max value from RGB is 134 - color contains mainly: blue. Hex color #0C2486 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2486 is #F3DB79. Grayscale: #272727. Windows color (decimal): -15981434 or 8791052. OLE color: 8791052.

HSL color Cylindrical-coordinate representation of color #0C2486: hue angle of 228.2º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C2486 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 12 36 134 -
CMYK 0.91 0.73 0 0.47
HSL 228.2º 0.84% 0.29% -
HSV(B) 228.2º 0.91% 0.53% -
XYZ 5.09 3.06 22.88 -
YUV 40 181.05 108.03 -
System Red Green Blue C M Y K H S L
Decimal 12 36 134 0.91 0.73 0 0.47 228.2 0.84 0.29
Hex C 24 86 5B 49 0 2F E4 54 1D
Octal 14 44 206 133 111 0 57 344 124 35
Binary 1100 100100 10000110 1011011 1001001 0 101111 11100100 1010100 11101

Color Harmonies of #0C2486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2486

Black with #0C2486

Text Example


Text Example

White with #0C2486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,36,134); }

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

background-color css

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

 a { background-color: rgb(12,36,134); }

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

border-color css

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

 span { border-color: rgb(12,36,134); }

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