Html Css Color HEX #0C358E Smalt

📋 copy color: '#0C358E'

red 12 ◦ green 53 ◦ blue 142

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

Shades of Smalt #0C358E

Tints of Smalt #0C358E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.6%

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

R = 5.8%
G = 25.6%
B = 68.6%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0C358E (or 0x0C358E) is known color: Smalt. HEX triplet: 0C, 35 and 8E. RGB value is (12,53,142). Sum of RGB (Red+Green+Blue) = 12+53+142=207 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.80% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 142 (55.86% from 255 or 68.60% from 207); Max value from RGB is 142 - color contains mainly: blue. Hex color #0C358E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C358E is #F3CA71. Grayscale: #323232. Windows color (decimal): -15977074 or 9319692. OLE color: 9319692.

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

Color convert

RGB 12 53 142 -
CMYK 0.92 0.63 0 0.44
HSL 221.08º 0.84% 0.3% -
HSV(B) 221.08º 0.92% 0.56% -
XYZ 6.31 4.58 26.14 -
YUV 50.89 179.42 100.26 -
System Red Green Blue C M Y K H S L
Decimal 12 53 142 0.92 0.63 0 0.44 221.08 0.84 0.3
Hex C 35 8E 5C 3F 0 2C DD 54 1E
Octal 14 65 216 134 77 0 54 335 124 36
Binary 1100 110101 10001110 1011100 111111 0 101100 11011101 1010100 11110

Color Harmonies of #0C358E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C358E

Black with #0C358E

Text Example


Text Example

White with #0C358E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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