Html Css Color HEX #123FDB Persian Blue

📋 copy color: '#123FDB'

red 18 ◦ green 63 ◦ blue 219

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

Shades of Persian Blue #123FDB

Tints of Persian Blue #123FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 21%

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

R = 6%
G = 21%
B = 73%

CMYK

 C value IS 0.92

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#123FDB (or 0x123FDB) is known color: Persian Blue. HEX triplet: 12, 3F and DB. RGB value is (18,63,219). Sum of RGB (Red+Green+Blue) = 18+63+219=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 219 (85.94% from 255 or 73% from 300); Max value from RGB is 219 - color contains mainly: blue. Hex color #123FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123FDB is #EDC024. Grayscale: #424242. Windows color (decimal): -15581221 or 14368530. OLE color: 14368530.

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

Color convert

RGB 18 63 219 -
CMYK 0.92 0.71 0 0.14
HSL 226.57º 0.85% 0.46% -
HSV(B) 226.57º 0.92% 0.86% -
XYZ 14.81 8.8 67.94 -
YUV 67.33 213.59 92.82 -
System Red Green Blue C M Y K H S L
Decimal 18 63 219 0.92 0.71 0 0.14 226.57 0.85 0.46
Hex 12 3F DB 5C 47 0 E E3 55 2E
Octal 22 77 333 134 107 0 16 343 125 56
Binary 10010 111111 11011011 1011100 1000111 0 1110 11100011 1010101 101110

Color Harmonies of #123FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123FDB

Black with #123FDB

Text Example


Text Example

White with #123FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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