Html Css Color HEX #123085 Smalt

📋 copy color: '#123085'

red 18 ◦ green 48 ◦ blue 133

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

Shades of Smalt #123085

Tints of Smalt #123085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 66.83%

R = 9.05%
G = 24.12%
B = 66.83%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#123085 (or 0x123085) is known color: Smalt. HEX triplet: 12, 30 and 85. RGB value is (18,48,133). Sum of RGB (Red+Green+Blue) = 18+48+133=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 133 (52.34% from 255 or 66.83% from 199); Max value from RGB is 133 - color contains mainly: blue. Hex color #123085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123085 is #EDCF7A. Grayscale: #303030. Windows color (decimal): -15585147 or 8728594. OLE color: 8728594.

HSL color Cylindrical-coordinate representation of color #123085: hue angle of 224.35º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123085 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 48 133 -
CMYK 0.86 0.64 0 0.48
HSL 224.35º 0.76% 0.3% -
HSV(B) 224.35º 0.86% 0.52% -
XYZ 5.54 3.94 22.66 -
YUV 48.72 175.56 106.09 -
System Red Green Blue C M Y K H S L
Decimal 18 48 133 0.86 0.64 0 0.48 224.35 0.76 0.3
Hex 12 30 85 56 40 0 30 E0 4C 1E
Octal 22 60 205 126 100 0 60 340 114 36
Binary 10010 110000 10000101 1010110 1000000 0 110000 11100000 1001100 11110

Color Harmonies of #123085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123085

Black with #123085

Text Example


Text Example

White with #123085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123085; }

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

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

background-color css

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

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

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

border-color css

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

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

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