Html Css Color HEX #123AD1 Persian Blue

📋 copy color: '#123AD1'

red 18 ◦ green 58 ◦ blue 209

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

Shades of Persian Blue #123AD1

Tints of Persian Blue #123AD1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.35%

 BLUE value IS 209 (82.03% from 255) = 73.33%

R = 6.32%
G = 20.35%
B = 73.33%

CMYK

 C value IS 0.91

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#123AD1 (or 0x123AD1) is known color: Persian Blue. HEX triplet: 12, 3A and D1. RGB value is (18,58,209). Sum of RGB (Red+Green+Blue) = 18+58+209=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 209 (82.03% from 255 or 73.33% from 285); Max value from RGB is 209 - color contains mainly: blue. Hex color #123AD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123AD1 is #EDC52E. Grayscale: #3E3E3E. Windows color (decimal): -15582511 or 13711890. OLE color: 13711890.

HSL color Cylindrical-coordinate representation of color #123AD1: hue angle of 227.43º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #123AD1 is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 58 209 -
CMYK 0.91 0.72 0 0.18
HSL 227.43º 0.84% 0.45% -
HSV(B) 227.43º 0.91% 0.82% -
XYZ 13.27 7.76 61.12 -
YUV 63.25 210.25 95.72 -
System Red Green Blue C M Y K H S L
Decimal 18 58 209 0.91 0.72 0 0.18 227.43 0.84 0.45
Hex 12 3A D1 5B 48 0 12 E3 54 2D
Octal 22 72 321 133 110 0 22 343 124 55
Binary 10010 111010 11010001 1011011 1001000 0 10010 11100011 1010100 101101

Color Harmonies of #123AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123AD1

Black with #123AD1

Text Example


Text Example

White with #123AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123AD1; }

 p { color: rgb(18,58,209); }

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

background-color css

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

 a { background-color: rgb(18,58,209); }

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

border-color css

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

 span { border-color: rgb(18,58,209); }

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