Html Css Color HEX #123BDF Persian Blue

📋 copy color: '#123BDF'

red 18 ◦ green 59 ◦ blue 223

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

Shades of Persian Blue #123BDF

Tints of Persian Blue #123BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 74.33%

R = 6%
G = 19.67%
B = 74.33%

CMYK

 C value IS 0.92

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#123BDF (or 0x123BDF) is known color: Persian Blue. HEX triplet: 12, 3B and DF. RGB value is (18,59,223). Sum of RGB (Red+Green+Blue) = 18+59+223=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 59 (23.44% from 255 or 19.67% from 300); Blue value is 223 (87.5% from 255 or 74.33% from 300); Max value from RGB is 223 - color contains mainly: blue. Hex color #123BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123BDF is #EDC420. Grayscale: #404040. Windows color (decimal): -15582241 or 14629650. OLE color: 14629650.

HSL color Cylindrical-coordinate representation of color #123BDF: hue angle of 228º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123BDF is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 59 223 -
CMYK 0.92 0.74 0 0.13
HSL 228º 0.85% 0.47% -
HSV(B) 228º 0.92% 0.87% -
XYZ 15.13 8.58 70.67 -
YUV 65.44 216.92 94.16 -
System Red Green Blue C M Y K H S L
Decimal 18 59 223 0.92 0.74 0 0.13 228 0.85 0.47
Hex 12 3B DF 5C 4A 0 D E4 55 2F
Octal 22 73 337 134 112 0 15 344 125 57
Binary 10010 111011 11011111 1011100 1001010 0 1101 11100100 1010101 101111

Color Harmonies of #123BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123BDF

Black with #123BDF

Text Example


Text Example

White with #123BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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