Html Css Color HEX #123BDB Persian Blue

📋 copy color: '#123BDB'

red 18 ◦ green 59 ◦ blue 219

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

Shades of Persian Blue #123BDB

Tints of Persian Blue #123BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 73.99%

R = 6.08%
G = 19.93%
B = 73.99%

CMYK

 C value IS 0.92

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#123BDB (or 0x123BDB) is known color: Persian Blue. HEX triplet: 12, 3B and DB. RGB value is (18,59,219). Sum of RGB (Red+Green+Blue) = 18+59+219=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 219 (85.94% from 255 or 73.99% from 296); Max value from RGB is 219 - color contains mainly: blue. Hex color #123BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123BDB is #EDC424. Grayscale: #404040. Windows color (decimal): -15582245 or 14367506. OLE color: 14367506.

HSL color Cylindrical-coordinate representation of color #123BDB: hue angle of 227.76º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123BDB is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 59 219 -
CMYK 0.92 0.73 0 0.14
HSL 227.76º 0.85% 0.46% -
HSV(B) 227.76º 0.92% 0.86% -
XYZ 14.6 8.37 67.86 -
YUV 64.98 214.92 94.49 -
System Red Green Blue C M Y K H S L
Decimal 18 59 219 0.92 0.73 0 0.14 227.76 0.85 0.46
Hex 12 3B DB 5C 49 0 E E4 55 2E
Octal 22 73 333 134 111 0 16 344 125 56
Binary 10010 111011 11011011 1011100 1001001 0 1110 11100100 1010101 101110

Color Harmonies of #123BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123BDB

Black with #123BDB

Text Example


Text Example

White with #123BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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