Html Css Color HEX #0C3487 Smalt

📋 copy color: '#0C3487'

red 12 ◦ green 52 ◦ blue 135

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

Shades of Smalt #0C3487

Tints of Smalt #0C3487

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.13%

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

R = 6.03%
G = 26.13%
B = 67.84%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0C3487 (or 0x0C3487) is known color: Smalt. HEX triplet: 0C, 34 and 87. RGB value is (12,52,135). Sum of RGB (Red+Green+Blue) = 12+52+135=199 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.03% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 135 (53.12% from 255 or 67.84% from 199); Max value from RGB is 135 - color contains mainly: blue. Hex color #0C3487 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3487 is #F3CB78. Grayscale: #313131. Windows color (decimal): -15977337 or 8860684. OLE color: 8860684.

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

Color convert

RGB 12 52 135 -
CMYK 0.91 0.61 0 0.47
HSL 220.49º 0.84% 0.29% -
HSV(B) 220.49º 0.91% 0.53% -
XYZ 5.75 4.28 23.45 -
YUV 49.5 176.25 101.25 -
System Red Green Blue C M Y K H S L
Decimal 12 52 135 0.91 0.61 0 0.47 220.49 0.84 0.29
Hex C 34 87 5B 3D 0 2F DC 54 1D
Octal 14 64 207 133 75 0 57 334 124 35
Binary 1100 110100 10000111 1011011 111101 0 101111 11011100 1010100 11101

Color Harmonies of #0C3487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3487

Black with #0C3487

Text Example


Text Example

White with #0C3487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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