Html Css Color HEX #123BD1 Persian Blue

📋 copy color: '#123BD1'

red 18 ◦ green 59 ◦ blue 209

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

Shades of Persian Blue #123BD1

Tints of Persian Blue #123BD1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.63%

 BLUE value IS 209 (82.03% from 255) = 73.08%

R = 6.29%
G = 20.63%
B = 73.08%

CMYK

 C value IS 0.91

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#123BD1 (or 0x123BD1) is known color: Persian Blue. HEX triplet: 12, 3B and D1. RGB value is (18,59,209). Sum of RGB (Red+Green+Blue) = 18+59+209=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 209 (82.03% from 255 or 73.08% from 286); Max value from RGB is 209 - color contains mainly: blue. Hex color #123BD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123BD1 is #EDC42E. Grayscale: #3F3F3F. Windows color (decimal): -15582255 or 13712146. OLE color: 13712146.

HSL color Cylindrical-coordinate representation of color #123BD1: hue angle of 227.12º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #123BD1 is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 59 209 -
CMYK 0.91 0.72 0 0.18
HSL 227.12º 0.84% 0.45% -
HSV(B) 227.12º 0.91% 0.82% -
XYZ 13.32 7.86 61.14 -
YUV 63.84 209.92 95.3 -
System Red Green Blue C M Y K H S L
Decimal 18 59 209 0.91 0.72 0 0.18 227.12 0.84 0.45
Hex 12 3B D1 5B 48 0 12 E3 54 2D
Octal 22 73 321 133 110 0 22 343 124 55
Binary 10010 111011 11010001 1011011 1001000 0 10010 11100011 1010100 101101

Color Harmonies of #123BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123BD1

Black with #123BD1

Text Example


Text Example

White with #123BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,59,209); }

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

background-color css

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

 a { background-color: rgb(18,59,209); }

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

border-color css

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

 span { border-color: rgb(18,59,209); }

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