Html Css Color HEX #123AC0 Persian Blue

📋 copy color: '#123AC0'

red 18 ◦ green 58 ◦ blue 192

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

Shades of Persian Blue #123AC0

Tints of Persian Blue #123AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 71.64%

R = 6.72%
G = 21.64%
B = 71.64%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#123AC0 (or 0x123AC0) is known color: Persian Blue. HEX triplet: 12, 3A and C0. RGB value is (18,58,192). Sum of RGB (Red+Green+Blue) = 18+58+192=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 192 (75.39% from 255 or 71.64% from 268); Max value from RGB is 192 - color contains mainly: blue. Hex color #123AC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123AC0 is #EDC53F. Grayscale: #3C3C3C. Windows color (decimal): -15582528 or 12597778. OLE color: 12597778.

HSL color Cylindrical-coordinate representation of color #123AC0: hue angle of 226.21º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #123AC0 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 58 192 -
CMYK 0.91 0.70 0 0.25
HSL 226.21º 0.83% 0.41% -
HSV(B) 226.21º 0.91% 0.75% -
XYZ 11.28 6.96 50.62 -
YUV 61.32 201.75 97.1 -
System Red Green Blue C M Y K H S L
Decimal 18 58 192 0.91 0.70 0 0.25 226.21 0.83 0.41
Hex 12 3A C0 5B 46 0 19 E2 53 29
Octal 22 72 300 133 106 0 31 342 123 51
Binary 10010 111010 11000000 1011011 1000110 0 11001 11100010 1010011 101001

Color Harmonies of #123AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123AC0

Black with #123AC0

Text Example


Text Example

White with #123AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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