Html Css Color HEX #0C2986 Smalt

📋 copy color: '#0C2986'

red 12 ◦ green 41 ◦ blue 134

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

Shades of Smalt #0C2986

Tints of Smalt #0C2986

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.93%

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

R = 6.42%
G = 21.93%
B = 71.66%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0C2986 (or 0x0C2986) is known color: Smalt. HEX triplet: 0C, 29 and 86. RGB value is (12,41,134). Sum of RGB (Red+Green+Blue) = 12+41+134=187 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.42% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 134 (52.73% from 255 or 71.66% from 187); Max value from RGB is 134 - color contains mainly: blue. Hex color #0C2986 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2986 is #F3D679. Grayscale: #2A2A2A. Windows color (decimal): -15980154 or 8792332. OLE color: 8792332.

HSL color Cylindrical-coordinate representation of color #0C2986: hue angle of 225.74º 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 #0C2986 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 12 41 134 -
CMYK 0.91 0.69 0 0.47
HSL 225.74º 0.84% 0.29% -
HSV(B) 225.74º 0.91% 0.53% -
XYZ 5.25 3.39 22.93 -
YUV 42.93 179.39 105.94 -
System Red Green Blue C M Y K H S L
Decimal 12 41 134 0.91 0.69 0 0.47 225.74 0.84 0.29
Hex C 29 86 5B 45 0 2F E2 54 1D
Octal 14 51 206 133 105 0 57 342 124 35
Binary 1100 101001 10000110 1011011 1000101 0 101111 11100010 1010100 11101

Color Harmonies of #0C2986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2986

Black with #0C2986

Text Example


Text Example

White with #0C2986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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