Html Css Color HEX #0C2A93 Smalt

📋 copy color: '#0C2A93'

red 12 ◦ green 42 ◦ blue 147

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

Shades of Smalt #0C2A93

Tints of Smalt #0C2A93

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20.9%

 BLUE value IS 147 (57.81% from 255) = 73.13%

R = 5.97%
G = 20.9%
B = 73.13%

CMYK

 C value IS 0.92

 M value IS 0.71

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0C2A93 (or 0x0C2A93) is known color: Smalt. HEX triplet: 0C, 2A and 93. RGB value is (12,42,147). Sum of RGB (Red+Green+Blue) = 12+42+147=201 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.97% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 147 (57.81% from 255 or 73.13% from 201); Max value from RGB is 147 - color contains mainly: blue. Hex color #0C2A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2A93 is #F3D56C. Grayscale: #2C2C2C. Windows color (decimal): -15979885 or 9644556. OLE color: 9644556.

HSL color Cylindrical-coordinate representation of color #0C2A93: hue angle of 226.67º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C2A93 is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 12 42 147 -
CMYK 0.92 0.71 0 0.42
HSL 226.67º 0.85% 0.31% -
HSV(B) 226.67º 0.92% 0.58% -
XYZ 6.25 3.84 28.02 -
YUV 45 185.56 104.46 -
System Red Green Blue C M Y K H S L
Decimal 12 42 147 0.92 0.71 0 0.42 226.67 0.85 0.31
Hex C 2A 93 5C 47 0 2A E3 55 1F
Octal 14 52 223 134 107 0 52 343 125 37
Binary 1100 101010 10010011 1011100 1000111 0 101010 11100011 1010101 11111

Color Harmonies of #0C2A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2A93

Black with #0C2A93

Text Example


Text Example

White with #0C2A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,42,147); }

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

background-color css

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

 a { background-color: rgb(12,42,147); }

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

border-color css

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

 span { border-color: rgb(12,42,147); }

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