Html Css Color HEX #123ABF Persian Blue

📋 copy color: '#123ABF'

red 18 ◦ green 58 ◦ blue 191

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

Shades of Persian Blue #123ABF

Tints of Persian Blue #123ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 71.54%

R = 6.74%
G = 21.72%
B = 71.54%

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

#123ABF (or 0x123ABF) is known color: Persian Blue. HEX triplet: 12, 3A and BF. RGB value is (18,58,191). Sum of RGB (Red+Green+Blue) = 18+58+191=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 191 (75% from 255 or 71.54% from 267); Max value from RGB is 191 - color contains mainly: blue. Hex color #123ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123ABF is #EDC540. Grayscale: #3C3C3C. Windows color (decimal): -15582529 or 12532242. OLE color: 12532242.

HSL color Cylindrical-coordinate representation of color #123ABF: hue angle of 226.13º 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 #123ABF is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 58 191 -
CMYK 0.91 0.70 0 0.25
HSL 226.13º 0.83% 0.41% -
HSV(B) 226.13º 0.91% 0.75% -
XYZ 11.17 6.92 50.04 -
YUV 61.2 201.25 97.19 -
System Red Green Blue C M Y K H S L
Decimal 18 58 191 0.91 0.70 0 0.25 226.13 0.83 0.41
Hex 12 3A BF 5B 46 0 19 E2 53 29
Octal 22 72 277 133 106 0 31 342 123 51
Binary 10010 111010 10111111 1011011 1000110 0 11001 11100010 1010011 101001

Color Harmonies of #123ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123ABF

Black with #123ABF

Text Example


Text Example

White with #123ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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