Html Css Color HEX #0C278D Smalt

📋 copy color: '#0C278D'

red 12 ◦ green 39 ◦ blue 141

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

Shades of Smalt #0C278D

Tints of Smalt #0C278D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.31%

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

R = 6.25%
G = 20.31%
B = 73.44%

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

#0C278D (or 0x0C278D) is known color: Smalt. HEX triplet: 0C, 27 and 8D. RGB value is (12,39,141). Sum of RGB (Red+Green+Blue) = 12+39+141=192 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.25% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 141 (55.47% from 255 or 73.44% from 192); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C278D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C278D is #F3D872. Grayscale: #2A2A2A. Windows color (decimal): -15980659 or 9250572. OLE color: 9250572.

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

Color convert

RGB 12 39 141 -
CMYK 0.91 0.72 0 0.45
HSL 227.44º 0.84% 0.3% -
HSV(B) 227.44º 0.91% 0.55% -
XYZ 5.68 3.45 25.57 -
YUV 42.56 183.55 106.21 -
System Red Green Blue C M Y K H S L
Decimal 12 39 141 0.91 0.72 0 0.45 227.44 0.84 0.3
Hex C 27 8D 5B 48 0 2D E3 54 1E
Octal 14 47 215 133 110 0 55 343 124 36
Binary 1100 100111 10001101 1011011 1001000 0 101101 11100011 1010100 11110

Color Harmonies of #0C278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C278D

Black with #0C278D

Text Example


Text Example

White with #0C278D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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