Html Css Color HEX #123DCD Persian Blue

📋 copy color: '#123DCD'

red 18 ◦ green 61 ◦ blue 205

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

Shades of Persian Blue #123DCD

Tints of Persian Blue #123DCD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.48%

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

R = 6.34%
G = 21.48%
B = 72.18%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#123DCD (or 0x123DCD) is known color: Persian Blue. HEX triplet: 12, 3D and CD. RGB value is (18,61,205). Sum of RGB (Red+Green+Blue) = 18+61+205=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 205 (80.47% from 255 or 72.18% from 284); Max value from RGB is 205 - color contains mainly: blue. Hex color #123DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123DCD is #EDC232. Grayscale: #3F3F3F. Windows color (decimal): -15581747 or 13450514. OLE color: 13450514.

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

Color convert

RGB 18 61 205 -
CMYK 0.91 0.70 0 0.20
HSL 226.2º 0.84% 0.44% -
HSV(B) 226.2º 0.91% 0.8% -
XYZ 12.94 7.87 58.6 -
YUV 64.56 207.25 94.79 -
System Red Green Blue C M Y K H S L
Decimal 18 61 205 0.91 0.70 0 0.20 226.2 0.84 0.44
Hex 12 3D CD 5B 46 0 14 E2 54 2C
Octal 22 75 315 133 106 0 24 342 124 54
Binary 10010 111101 11001101 1011011 1000110 0 10100 11100010 1010100 101100

Color Harmonies of #123DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123DCD

Black with #123DCD

Text Example


Text Example

White with #123DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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