Html Css Color HEX #12308B Smalt

📋 copy color: '#12308B'

red 18 ◦ green 48 ◦ blue 139

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

Shades of Smalt #12308B

Tints of Smalt #12308B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 67.8%

R = 8.78%
G = 23.41%
B = 67.8%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#12308B (or 0x12308B) is known color: Smalt. HEX triplet: 12, 30 and 8B. RGB value is (18,48,139). Sum of RGB (Red+Green+Blue) = 18+48+139=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 139 (54.69% from 255 or 67.80% from 205); Max value from RGB is 139 - color contains mainly: blue. Hex color #12308B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12308B is #EDCF74. Grayscale: #313131. Windows color (decimal): -15585141 or 9121810. OLE color: 9121810.

HSL color Cylindrical-coordinate representation of color #12308B: hue angle of 225.12º 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 #12308B is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 48 139 -
CMYK 0.87 0.65 0 0.45
HSL 225.12º 0.77% 0.31% -
HSV(B) 225.12º 0.87% 0.55% -
XYZ 5.97 4.11 24.9 -
YUV 49.4 178.56 105.6 -
System Red Green Blue C M Y K H S L
Decimal 18 48 139 0.87 0.65 0 0.45 225.12 0.77 0.31
Hex 12 30 8B 57 41 0 2D E1 4D 1F
Octal 22 60 213 127 101 0 55 341 115 37
Binary 10010 110000 10001011 1010111 1000001 0 101101 11100001 1001101 11111

Color Harmonies of #12308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12308B

Black with #12308B

Text Example


Text Example

White with #12308B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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