Html Css Color HEX #0C3E93 Smalt

📋 copy color: '#0C3E93'

red 12 ◦ green 62 ◦ blue 147

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

Shades of Smalt #0C3E93

Tints of Smalt #0C3E93

RGB

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

 GREEN value IS 62 (24.61% from 255) = 28.05%

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

R = 5.43%
G = 28.05%
B = 66.52%

CMYK

 C value IS 0.92

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0C3E93 (or 0x0C3E93) is known color: Smalt. HEX triplet: 0C, 3E and 93. RGB value is (12,62,147). Sum of RGB (Red+Green+Blue) = 12+62+147=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 147 (57.81% from 255 or 66.52% from 221); Max value from RGB is 147 - color contains mainly: blue. Hex color #0C3E93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3E93 is #F3C16C. Grayscale: #383838. Windows color (decimal): -15974765 or 9649676. OLE color: 9649676.

HSL color Cylindrical-coordinate representation of color #0C3E93: hue angle of 217.78º 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 #0C3E93 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 12 62 147 -
CMYK 0.92 0.58 0 0.42
HSL 217.78º 0.85% 0.31% -
HSV(B) 217.78º 0.92% 0.58% -
XYZ 7.14 5.63 28.31 -
YUV 56.74 178.94 96.09 -
System Red Green Blue C M Y K H S L
Decimal 12 62 147 0.92 0.58 0 0.42 217.78 0.85 0.31
Hex C 3E 93 5C 3A 0 2A DA 55 1F
Octal 14 76 223 134 72 0 52 332 125 37
Binary 1100 111110 10010011 1011100 111010 0 101010 11011010 1010101 11111

Color Harmonies of #0C3E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3E93

Black with #0C3E93

Text Example


Text Example

White with #0C3E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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