Html Css Color HEX #123AD7 Persian Blue

📋 copy color: '#123AD7'

red 18 ◦ green 58 ◦ blue 215

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

Shades of Persian Blue #123AD7

Tints of Persian Blue #123AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 73.88%

R = 6.19%
G = 19.93%
B = 73.88%

CMYK

 C value IS 0.92

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#123AD7 (or 0x123AD7) is known color: Persian Blue. HEX triplet: 12, 3A and D7. RGB value is (18,58,215). Sum of RGB (Red+Green+Blue) = 18+58+215=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 215 (84.38% from 255 or 73.88% from 291); Max value from RGB is 215 - color contains mainly: blue. Hex color #123AD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123AD7 is #EDC528. Grayscale: #3F3F3F. Windows color (decimal): -15582505 or 14105106. OLE color: 14105106.

HSL color Cylindrical-coordinate representation of color #123AD7: hue angle of 227.82º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123AD7 is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 58 215 -
CMYK 0.92 0.73 0 0.16
HSL 227.82º 0.85% 0.46% -
HSV(B) 227.82º 0.92% 0.84% -
XYZ 14.03 8.06 65.11 -
YUV 63.94 213.25 95.23 -
System Red Green Blue C M Y K H S L
Decimal 18 58 215 0.92 0.73 0 0.16 227.82 0.85 0.46
Hex 12 3A D7 5C 49 0 10 E4 55 2E
Octal 22 72 327 134 111 0 20 344 125 56
Binary 10010 111010 11010111 1011100 1001001 0 10000 11100100 1010101 101110

Color Harmonies of #123AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123AD7

Black with #123AD7

Text Example


Text Example

White with #123AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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