Html Css Color HEX #123ADC Persian Blue

📋 copy color: '#123ADC'

red 18 ◦ green 58 ◦ blue 220

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

Shades of Persian Blue #123ADC

Tints of Persian Blue #123ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 74.32%

R = 6.08%
G = 19.59%
B = 74.32%

CMYK

 C value IS 0.92

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#123ADC (or 0x123ADC) is known color: Persian Blue. HEX triplet: 12, 3A and DC. RGB value is (18,58,220). Sum of RGB (Red+Green+Blue) = 18+58+220=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 220 (86.33% from 255 or 74.32% from 296); Max value from RGB is 220 - color contains mainly: blue. Hex color #123ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123ADC is #EDC523. Grayscale: #3F3F3F. Windows color (decimal): -15582500 or 14432786. OLE color: 14432786.

HSL color Cylindrical-coordinate representation of color #123ADC: hue angle of 228.12º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123ADC is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 58 220 -
CMYK 0.92 0.74 0 0.14
HSL 228.12º 0.85% 0.47% -
HSV(B) 228.12º 0.92% 0.86% -
XYZ 14.68 8.32 68.54 -
YUV 64.51 215.75 94.83 -
System Red Green Blue C M Y K H S L
Decimal 18 58 220 0.92 0.74 0 0.14 228.12 0.85 0.47
Hex 12 3A DC 5C 4A 0 E E4 55 2F
Octal 22 72 334 134 112 0 16 344 125 57
Binary 10010 111010 11011100 1011100 1001010 0 1110 11100100 1010101 101111

Color Harmonies of #123ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123ADC

Black with #123ADC

Text Example


Text Example

White with #123ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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