Html Css Color HEX #0C288E Smalt

📋 copy color: '#0C288E'

red 12 ◦ green 40 ◦ blue 142

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

Shades of Smalt #0C288E

Tints of Smalt #0C288E

RGB

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

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

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

R = 6.19%
G = 20.62%
B = 73.2%

CMYK

 C value IS 0.92

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0C288E (or 0x0C288E) is known color: Smalt. HEX triplet: 0C, 28 and 8E. RGB value is (12,40,142). Sum of RGB (Red+Green+Blue) = 12+40+142=194 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.19% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 142 (55.86% from 255 or 73.20% from 194); Max value from RGB is 142 - color contains mainly: blue. Hex color #0C288E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C288E is #F3D771. Grayscale: #2A2A2A. Windows color (decimal): -15980402 or 9316364. OLE color: 9316364.

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

Color convert

RGB 12 40 142 -
CMYK 0.92 0.72 0 0.44
HSL 227.08º 0.84% 0.3% -
HSV(B) 227.08º 0.92% 0.56% -
XYZ 5.79 3.55 25.97 -
YUV 43.26 183.72 105.71 -
System Red Green Blue C M Y K H S L
Decimal 12 40 142 0.92 0.72 0 0.44 227.08 0.84 0.3
Hex C 28 8E 5C 48 0 2C E3 54 1E
Octal 14 50 216 134 110 0 54 343 124 36
Binary 1100 101000 10001110 1011100 1001000 0 101100 11100011 1010100 11110

Color Harmonies of #0C288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C288E

Black with #0C288E

Text Example


Text Example

White with #0C288E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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