Html Css Color HEX #0C288D Smalt

📋 copy color: '#0C288D'

red 12 ◦ green 40 ◦ blue 141

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

Shades of Smalt #0C288D

Tints of Smalt #0C288D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.73%

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

R = 6.22%
G = 20.73%
B = 73.06%

CMYK

 C value IS 0.91

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0C288D (or 0x0C288D) is known color: Smalt. HEX triplet: 0C, 28 and 8D. RGB value is (12,40,141). Sum of RGB (Red+Green+Blue) = 12+40+141=193 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.22% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 141 (55.47% from 255 or 73.06% from 193); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C288D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C288D is #F3D772. Grayscale: #2A2A2A. Windows color (decimal): -15980403 or 9250828. OLE color: 9250828.

HSL color Cylindrical-coordinate representation of color #0C288D: hue angle of 226.98º 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 #0C288D is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 12 40 141 -
CMYK 0.91 0.72 0 0.45
HSL 226.98º 0.84% 0.3% -
HSV(B) 226.98º 0.91% 0.55% -
XYZ 5.72 3.52 25.58 -
YUV 43.14 183.22 105.79 -
System Red Green Blue C M Y K H S L
Decimal 12 40 141 0.91 0.72 0 0.45 226.98 0.84 0.3
Hex C 28 8D 5B 48 0 2D E3 54 1E
Octal 14 50 215 133 110 0 55 343 124 36
Binary 1100 101000 10001101 1011011 1001000 0 101101 11100011 1010100 11110

Color Harmonies of #0C288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C288D

Black with #0C288D

Text Example


Text Example

White with #0C288D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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