Html Css Color HEX #123DDB Persian Blue

📋 copy color: '#123DDB'

red 18 ◦ green 61 ◦ blue 219

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

Shades of Persian Blue #123DDB

Tints of Persian Blue #123DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.47%

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

R = 6.04%
G = 20.47%
B = 73.49%

CMYK

 C value IS 0.92

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#123DDB (or 0x123DDB) is known color: Persian Blue. HEX triplet: 12, 3D and DB. RGB value is (18,61,219). Sum of RGB (Red+Green+Blue) = 18+61+219=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 219 (85.94% from 255 or 73.49% from 298); Max value from RGB is 219 - color contains mainly: blue. Hex color #123DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123DDB is #EDC224. Grayscale: #414141. Windows color (decimal): -15581733 or 14368018. OLE color: 14368018.

HSL color Cylindrical-coordinate representation of color #123DDB: hue angle of 227.16º 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 #123DDB is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 61 219 -
CMYK 0.92 0.72 0 0.14
HSL 227.16º 0.85% 0.46% -
HSV(B) 227.16º 0.92% 0.86% -
XYZ 14.7 8.58 67.9 -
YUV 66.16 214.25 93.65 -
System Red Green Blue C M Y K H S L
Decimal 18 61 219 0.92 0.72 0 0.14 227.16 0.85 0.46
Hex 12 3D DB 5C 48 0 E E3 55 2E
Octal 22 75 333 134 110 0 16 343 125 56
Binary 10010 111101 11011011 1011100 1001000 0 1110 11100011 1010101 101110

Color Harmonies of #123DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123DDB

Black with #123DDB

Text Example


Text Example

White with #123DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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