Html Css Color HEX #0C3087 Smalt

📋 copy color: '#0C3087'

red 12 ◦ green 48 ◦ blue 135

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

Shades of Smalt #0C3087

Tints of Smalt #0C3087

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.62%

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

R = 6.15%
G = 24.62%
B = 69.23%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0C3087 (or 0x0C3087) is known color: Smalt. HEX triplet: 0C, 30 and 87. RGB value is (12,48,135). Sum of RGB (Red+Green+Blue) = 12+48+135=195 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.15% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 135 (53.12% from 255 or 69.23% from 195); Max value from RGB is 135 - color contains mainly: blue. Hex color #0C3087 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3087 is #F3CF78. Grayscale: #2E2E2E. Windows color (decimal): -15978361 or 8859660. OLE color: 8859660.

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

Color convert

RGB 12 48 135 -
CMYK 0.91 0.64 0 0.47
HSL 222.44º 0.84% 0.29% -
HSV(B) 222.44º 0.91% 0.53% -
XYZ 5.58 3.94 23.39 -
YUV 47.15 177.57 102.93 -
System Red Green Blue C M Y K H S L
Decimal 12 48 135 0.91 0.64 0 0.47 222.44 0.84 0.29
Hex C 30 87 5B 40 0 2F DE 54 1D
Octal 14 60 207 133 100 0 57 336 124 35
Binary 1100 110000 10000111 1011011 1000000 0 101111 11011110 1010100 11101

Color Harmonies of #0C3087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3087

Black with #0C3087

Text Example


Text Example

White with #0C3087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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