Html Css Color HEX #0C348D Smalt

📋 copy color: '#0C348D'

red 12 ◦ green 52 ◦ blue 141

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

Shades of Smalt #0C348D

Tints of Smalt #0C348D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.37%

 BLUE value IS 141 (55.47% from 255) = 68.78%

R = 5.85%
G = 25.37%
B = 68.78%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0C348D (or 0x0C348D) is known color: Smalt. HEX triplet: 0C, 34 and 8D. RGB value is (12,52,141). Sum of RGB (Red+Green+Blue) = 12+52+141=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 141 (55.47% from 255 or 68.78% from 205); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C348D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C348D is #F3CB72. Grayscale: #313131. Windows color (decimal): -15977331 or 9253900. OLE color: 9253900.

HSL color Cylindrical-coordinate representation of color #0C348D: hue angle of 221.4º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C348D is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 12 52 141 -
CMYK 0.91 0.63 0 0.45
HSL 221.4º 0.84% 0.3% -
HSV(B) 221.4º 0.91% 0.55% -
XYZ 6.19 4.46 25.73 -
YUV 50.19 179.25 100.76 -
System Red Green Blue C M Y K H S L
Decimal 12 52 141 0.91 0.63 0 0.45 221.4 0.84 0.3
Hex C 34 8D 5B 3F 0 2D DD 54 1E
Octal 14 64 215 133 77 0 55 335 124 36
Binary 1100 110100 10001101 1011011 111111 0 101101 11011101 1010100 11110

Color Harmonies of #0C348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C348D

Black with #0C348D

Text Example


Text Example

White with #0C348D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,52,141); }

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

background-color css

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

 a { background-color: rgb(12,52,141); }

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

border-color css

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

 span { border-color: rgb(12,52,141); }

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