Html Css Color HEX #123BCD Persian Blue

📋 copy color: '#123BCD'

red 18 ◦ green 59 ◦ blue 205

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

Shades of Persian Blue #123BCD

Tints of Persian Blue #123BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 72.7%

R = 6.38%
G = 20.92%
B = 72.7%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#123BCD (or 0x123BCD) is known color: Persian Blue. HEX triplet: 12, 3B and CD. RGB value is (18,59,205). Sum of RGB (Red+Green+Blue) = 18+59+205=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 205 (80.47% from 255 or 72.70% from 282); Max value from RGB is 205 - color contains mainly: blue. Hex color #123BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123BCD is #EDC432. Grayscale: #3E3E3E. Windows color (decimal): -15582259 or 13450002. OLE color: 13450002.

HSL color Cylindrical-coordinate representation of color #123BCD: hue angle of 226.84º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #123BCD is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 59 205 -
CMYK 0.91 0.71 0 0.20
HSL 226.84º 0.84% 0.44% -
HSV(B) 226.84º 0.91% 0.8% -
XYZ 12.83 7.66 58.56 -
YUV 63.39 207.92 95.63 -
System Red Green Blue C M Y K H S L
Decimal 18 59 205 0.91 0.71 0 0.20 226.84 0.84 0.44
Hex 12 3B CD 5B 47 0 14 E3 54 2C
Octal 22 73 315 133 107 0 24 343 124 54
Binary 10010 111011 11001101 1011011 1000111 0 10100 11100011 1010100 101100

Color Harmonies of #123BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123BCD

Black with #123BCD

Text Example


Text Example

White with #123BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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