Html Css Color HEX #0C2987 Smalt

📋 copy color: '#0C2987'

red 12 ◦ green 41 ◦ blue 135

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

Shades of Smalt #0C2987

Tints of Smalt #0C2987

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.81%

 BLUE value IS 135 (53.13% from 255) = 71.81%

R = 6.38%
G = 21.81%
B = 71.81%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0C2987 (or 0x0C2987) is known color: Smalt. HEX triplet: 0C, 29 and 87. RGB value is (12,41,135). Sum of RGB (Red+Green+Blue) = 12+41+135=188 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.38% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 135 (53.12% from 255 or 71.81% from 188); Max value from RGB is 135 - color contains mainly: blue. Hex color #0C2987 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2987 is #F3D678. Grayscale: #2A2A2A. Windows color (decimal): -15980153 or 8857868. OLE color: 8857868.

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

Color convert

RGB 12 41 135 -
CMYK 0.91 0.70 0 0.47
HSL 225.85º 0.84% 0.29% -
HSV(B) 225.85º 0.91% 0.53% -
XYZ 5.32 3.41 23.3 -
YUV 43.05 179.89 105.86 -
System Red Green Blue C M Y K H S L
Decimal 12 41 135 0.91 0.70 0 0.47 225.85 0.84 0.29
Hex C 29 87 5B 46 0 2F E2 54 1D
Octal 14 51 207 133 106 0 57 342 124 35
Binary 1100 101001 10000111 1011011 1000110 0 101111 11100010 1010100 11101

Color Harmonies of #0C2987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2987

Black with #0C2987

Text Example


Text Example

White with #0C2987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,41,135); }

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

background-color css

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

 a { background-color: rgb(12,41,135); }

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

border-color css

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

 span { border-color: rgb(12,41,135); }

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