Html Css Color HEX #0C3E8E Smalt

📋 copy color: '#0C3E8E'

red 12 ◦ green 62 ◦ blue 142

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

Shades of Smalt #0C3E8E

Tints of Smalt #0C3E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 65.74%

R = 5.56%
G = 28.7%
B = 65.74%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0C3E8E (or 0x0C3E8E) is known color: Smalt. HEX triplet: 0C, 3E and 8E. RGB value is (12,62,142). Sum of RGB (Red+Green+Blue) = 12+62+142=216 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.56% from 216); Green value is 62 (24.61% from 255 or 28.70% from 216); Blue value is 142 (55.86% from 255 or 65.74% from 216); Max value from RGB is 142 - color contains mainly: blue. Hex color #0C3E8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3E8E is #F3C171. Grayscale: #373737. Windows color (decimal): -15974770 or 9321996. OLE color: 9321996.

HSL color Cylindrical-coordinate representation of color #0C3E8E: hue angle of 216.92º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C3E8E is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 12 62 142 -
CMYK 0.92 0.56 0 0.44
HSL 216.92º 0.84% 0.3% -
HSV(B) 216.92º 0.92% 0.56% -
XYZ 6.76 5.48 26.29 -
YUV 56.17 176.44 96.5 -
System Red Green Blue C M Y K H S L
Decimal 12 62 142 0.92 0.56 0 0.44 216.92 0.84 0.3
Hex C 3E 8E 5C 38 0 2C D9 54 1E
Octal 14 76 216 134 70 0 54 331 124 36
Binary 1100 111110 10001110 1011100 111000 0 101100 11011001 1010100 11110

Color Harmonies of #0C3E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3E8E

Black with #0C3E8E

Text Example


Text Example

White with #0C3E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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