Html Css Color HEX #0C368E Smalt

📋 copy color: '#0C368E'

red 12 ◦ green 54 ◦ blue 142

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

Shades of Smalt #0C368E

Tints of Smalt #0C368E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.96%

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

R = 5.77%
G = 25.96%
B = 68.27%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0C368E (or 0x0C368E) is known color: Smalt. HEX triplet: 0C, 36 and 8E. RGB value is (12,54,142). Sum of RGB (Red+Green+Blue) = 12+54+142=208 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.77% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 142 (55.86% from 255 or 68.27% from 208); Max value from RGB is 142 - color contains mainly: blue. Hex color #0C368E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C368E is #F3C971. Grayscale: #333333. Windows color (decimal): -15976818 or 9319948. OLE color: 9319948.

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

Color convert

RGB 12 54 142 -
CMYK 0.92 0.62 0 0.44
HSL 220.62º 0.84% 0.3% -
HSV(B) 220.62º 0.92% 0.56% -
XYZ 6.35 4.67 26.16 -
YUV 51.47 179.09 99.84 -
System Red Green Blue C M Y K H S L
Decimal 12 54 142 0.92 0.62 0 0.44 220.62 0.84 0.3
Hex C 36 8E 5C 3E 0 2C DD 54 1E
Octal 14 66 216 134 76 0 54 335 124 36
Binary 1100 110110 10001110 1011100 111110 0 101100 11011101 1010100 11110

Color Harmonies of #0C368E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C368E

Black with #0C368E

Text Example


Text Example

White with #0C368E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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