Html Css Color HEX #123AE8 Persian Blue

📋 copy color: '#123AE8'

red 18 ◦ green 58 ◦ blue 232

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

Shades of Persian Blue #123AE8

Tints of Persian Blue #123AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 75.32%

R = 5.84%
G = 18.83%
B = 75.32%

CMYK

 C value IS 0.92

 M value IS 0.75

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#123AE8 (or 0x123AE8) is known color: Persian Blue. HEX triplet: 12, 3A and E8. RGB value is (18,58,232). Sum of RGB (Red+Green+Blue) = 18+58+232=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 232 (91.02% from 255 or 75.32% from 308); Max value from RGB is 232 - color contains mainly: blue. Hex color #123AE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123AE8 is #EDC517. Grayscale: #414141. Windows color (decimal): -15582488 or 15219218. OLE color: 15219218.

HSL color Cylindrical-coordinate representation of color #123AE8: hue angle of 228.79º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123AE8 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 18 58 232 -
CMYK 0.92 0.75 0 0.09
HSL 228.79º 0.86% 0.49% -
HSV(B) 228.79º 0.92% 0.91% -
XYZ 16.33 8.98 77.22 -
YUV 65.88 221.75 93.85 -
System Red Green Blue C M Y K H S L
Decimal 18 58 232 0.92 0.75 0 0.09 228.79 0.86 0.49
Hex 12 3A E8 5C 4B 0 9 E5 56 31
Octal 22 72 350 134 113 0 11 345 126 61
Binary 10010 111010 11101000 1011100 1001011 0 1001 11100101 1010110 110001

Color Harmonies of #123AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123AE8

Black with #123AE8

Text Example


Text Example

White with #123AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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