#0C368A

Color #0C368A Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #0C368A

Tints of Smalt #0C368A

Color information

#0C368A (or 0x0C368A) is unknown color: approx Smalt. HEX triplet: 0C, 36 and 8A. RGB value is (12,54,138). Sum of RGB (Red+Green+Blue) = 12+54+138=204 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.88% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 138 (54.30% from 255 or 67.65% from 204); Max value from RGB is 138 - color contains mainly: blue. Hex color #0C368A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C368A is #F3C975. Grayscale: #323232. Windows color (decimal): -15976822 or 9057804. OLE color: 9057804.

HSL color Cylindrical-coordinate representation of color #0C368A: hue angle of 220º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C368A is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1254138-
CMYK0.910.6100.46
HSL220º84%29.41%-
HSV(B)220º91.3%54.12%-
XYZ6.064.5524.6-
YUV51.02177.09100.17-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.88%
GREEN value IS 54 (21.48% from 255) = 26.47%
BLUE value IS 138 (54.30% from 255) = 67.65%
R=5.88%
G=26.47%
B=67.65%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12541380.910.6100.462208429.41
HexC368A5B3D02Edc541d
Octal14662121337505633412435
Binary1100110110100010101011011111101010111011011100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C368A;
 }
 .AnyTagClassName
 {
   color: #0C368A;
 }
</style>
background-color css

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

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

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

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

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

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