Html Css Color HEX #123ACD Persian Blue

📋 copy color: '#123ACD'

red 18 ◦ green 58 ◦ blue 205

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

Shades of Persian Blue #123ACD

Tints of Persian Blue #123ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 72.95%

R = 6.41%
G = 20.64%
B = 72.95%

CMYK

 C value IS 0.91

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#123ACD (or 0x123ACD) is known color: Persian Blue. HEX triplet: 12, 3A and CD. RGB value is (18,58,205). Sum of RGB (Red+Green+Blue) = 18+58+205=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 205 (80.47% from 255 or 72.95% from 281); Max value from RGB is 205 - color contains mainly: blue. Hex color #123ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123ACD is #EDC532. Grayscale: #3E3E3E. Windows color (decimal): -15582515 or 13449746. OLE color: 13449746.

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

Color convert

RGB 18 58 205 -
CMYK 0.91 0.72 0 0.20
HSL 227.17º 0.84% 0.44% -
HSV(B) 227.17º 0.91% 0.8% -
XYZ 12.78 7.56 58.54 -
YUV 62.8 208.25 96.05 -
System Red Green Blue C M Y K H S L
Decimal 18 58 205 0.91 0.72 0 0.20 227.17 0.84 0.44
Hex 12 3A CD 5B 48 0 14 E3 54 2C
Octal 22 72 315 133 110 0 24 343 124 54
Binary 10010 111010 11001101 1011011 1001000 0 10100 11100011 1010100 101100

Color Harmonies of #123ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123ACD

Black with #123ACD

Text Example


Text Example

White with #123ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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