Html Css Color HEX #12308D Smalt

📋 copy color: '#12308D'

red 18 ◦ green 48 ◦ blue 141

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

Shades of Smalt #12308D

Tints of Smalt #12308D

RGB

 RED value IS 18 (7.42% from 255) = 8.7%

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

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

R = 8.7%
G = 23.19%
B = 68.12%

CMYK

 C value IS 0.87

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#12308D (or 0x12308D) is known color: Smalt. HEX triplet: 12, 30 and 8D. RGB value is (18,48,141). Sum of RGB (Red+Green+Blue) = 18+48+141=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 141 (55.47% from 255 or 68.12% from 207); Max value from RGB is 141 - color contains mainly: blue. Hex color #12308D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12308D is #EDCF72. Grayscale: #313131. Windows color (decimal): -15585139 or 9252882. OLE color: 9252882.

HSL color Cylindrical-coordinate representation of color #12308D: hue angle of 225.37º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12308D is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 48 141 -
CMYK 0.87 0.66 0 0.45
HSL 225.37º 0.77% 0.31% -
HSV(B) 225.37º 0.87% 0.55% -
XYZ 6.11 4.17 25.68 -
YUV 49.63 179.56 105.44 -
System Red Green Blue C M Y K H S L
Decimal 18 48 141 0.87 0.66 0 0.45 225.37 0.77 0.31
Hex 12 30 8D 57 42 0 2D E1 4D 1F
Octal 22 60 215 127 102 0 55 341 115 37
Binary 10010 110000 10001101 1010111 1000010 0 101101 11100001 1001101 11111

Color Harmonies of #12308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12308D

Black with #12308D

Text Example


Text Example

White with #12308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12308D; }

 p { color: rgb(18,48,141); }

 H1.HeaderClassName
 {
   color: #12308D;
 }
 .AnyTagClassName
 {
   color: #12308D;
 }
</style>

background-color css

<style>
 a { background-color: #12308D; }

 a { background-color: rgb(18,48,141); }

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

border-color css

<style>
 span { border-color: #12308D; }

 span { border-color: rgb(18,48,141); }

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