Html Css Color HEX #123BD8 Persian Blue

📋 copy color: '#123BD8'

red 18 ◦ green 59 ◦ blue 216

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

Shades of Persian Blue #123BD8

Tints of Persian Blue #123BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 73.72%

R = 6.14%
G = 20.14%
B = 73.72%

CMYK

 C value IS 0.92

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#123BD8 (or 0x123BD8) is known color: Persian Blue. HEX triplet: 12, 3B and D8. RGB value is (18,59,216). Sum of RGB (Red+Green+Blue) = 18+59+216=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 59 (23.44% from 255 or 20.14% from 293); Blue value is 216 (84.77% from 255 or 73.72% from 293); Max value from RGB is 216 - color contains mainly: blue. Hex color #123BD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123BD8 is #EDC427. Grayscale: #3F3F3F. Windows color (decimal): -15582248 or 14170898. OLE color: 14170898.

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

Color convert

RGB 18 59 216 -
CMYK 0.92 0.73 0 0.15
HSL 227.58º 0.85% 0.46% -
HSV(B) 227.58º 0.92% 0.85% -
XYZ 14.21 8.21 65.8 -
YUV 64.64 213.42 94.73 -
System Red Green Blue C M Y K H S L
Decimal 18 59 216 0.92 0.73 0 0.15 227.58 0.85 0.46
Hex 12 3B D8 5C 49 0 F E4 55 2E
Octal 22 73 330 134 111 0 17 344 125 56
Binary 10010 111011 11011000 1011100 1001001 0 1111 11100100 1010101 101110

Color Harmonies of #123BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123BD8

Black with #123BD8

Text Example


Text Example

White with #123BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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