Html Css Color HEX #123FCD Persian Blue

📋 copy color: '#123FCD'

red 18 ◦ green 63 ◦ blue 205

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

Shades of Persian Blue #123FCD

Tints of Persian Blue #123FCD

RGB

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

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

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

R = 6.29%
G = 22.03%
B = 71.68%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#123FCD (or 0x123FCD) is known color: Persian Blue. HEX triplet: 12, 3F and CD. RGB value is (18,63,205). Sum of RGB (Red+Green+Blue) = 18+63+205=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 205 (80.47% from 255 or 71.68% from 286); Max value from RGB is 205 - color contains mainly: blue. Hex color #123FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123FCD is #EDC032. Grayscale: #414141. Windows color (decimal): -15581235 or 13451026. OLE color: 13451026.

HSL color Cylindrical-coordinate representation of color #123FCD: hue angle of 225.56º 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 #123FCD is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 63 205 -
CMYK 0.91 0.69 0 0.20
HSL 225.56º 0.84% 0.44% -
HSV(B) 225.56º 0.91% 0.8% -
XYZ 13.05 8.09 58.63 -
YUV 65.73 206.59 93.95 -
System Red Green Blue C M Y K H S L
Decimal 18 63 205 0.91 0.69 0 0.20 225.56 0.84 0.44
Hex 12 3F CD 5B 45 0 14 E2 54 2C
Octal 22 77 315 133 105 0 24 342 124 54
Binary 10010 111111 11001101 1011011 1000101 0 10100 11100010 1010100 101100

Color Harmonies of #123FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123FCD

Black with #123FCD

Text Example


Text Example

White with #123FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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