Html Css Color HEX #123AF5 Persian Blue

📋 copy color: '#123AF5'

red 18 ◦ green 58 ◦ blue 245

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

Shades of Persian Blue #123AF5

Tints of Persian Blue #123AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 76.32%

R = 5.61%
G = 18.07%
B = 76.32%

CMYK

 C value IS 0.93

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#123AF5 (or 0x123AF5) is known color: Persian Blue. HEX triplet: 12, 3A and F5. RGB value is (18,58,245). Sum of RGB (Red+Green+Blue) = 18+58+245=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 245 (96.09% from 255 or 76.32% from 321); Max value from RGB is 245 - color contains mainly: blue. Hex color #123AF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123AF5 is #EDC50A. Grayscale: #424242. Windows color (decimal): -15582475 or 16071186. OLE color: 16071186.

HSL color Cylindrical-coordinate representation of color #123AF5: hue angle of 229.43º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #123AF5 is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 18 58 245 -
CMYK 0.93 0.76 0 0.04
HSL 229.43º 0.92% 0.52% -
HSV(B) 229.43º 0.93% 0.96% -
XYZ 18.24 9.75 87.31 -
YUV 67.36 228.25 92.79 -
System Red Green Blue C M Y K H S L
Decimal 18 58 245 0.93 0.76 0 0.04 229.43 0.92 0.52
Hex 12 3A F5 5D 4C 0 4 E5 5C 34
Octal 22 72 365 135 114 0 4 345 134 64
Binary 10010 111010 11110101 1011101 1001100 0 100 11100101 1011100 110100

Color Harmonies of #123AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123AF5

Black with #123AF5

Text Example


Text Example

White with #123AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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