Html Css Color HEX #123CDE Persian Blue

📋 copy color: '#123CDE'

red 18 ◦ green 60 ◦ blue 222

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

Shades of Persian Blue #123CDE

Tints of Persian Blue #123CDE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20%

 BLUE value IS 222 (87.11% from 255) = 74%

R = 6%
G = 20%
B = 74%

CMYK

 C value IS 0.92

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#123CDE (or 0x123CDE) is known color: Persian Blue. HEX triplet: 12, 3C and DE. RGB value is (18,60,222). Sum of RGB (Red+Green+Blue) = 18+60+222=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 222 (87.11% from 255 or 74% from 300); Max value from RGB is 222 - color contains mainly: blue. Hex color #123CDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123CDE is #EDC321. Grayscale: #414141. Windows color (decimal): -15581986 or 14564370. OLE color: 14564370.

HSL color Cylindrical-coordinate representation of color #123CDE: hue angle of 227.65º 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 #123CDE is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 60 222 -
CMYK 0.92 0.73 0 0.13
HSL 227.65º 0.85% 0.47% -
HSV(B) 227.65º 0.92% 0.87% -
XYZ 15.05 8.63 69.98 -
YUV 65.91 216.09 93.83 -
System Red Green Blue C M Y K H S L
Decimal 18 60 222 0.92 0.73 0 0.13 227.65 0.85 0.47
Hex 12 3C DE 5C 49 0 D E4 55 2F
Octal 22 74 336 134 111 0 15 344 125 57
Binary 10010 111100 11011110 1011100 1001001 0 1101 11100100 1010101 101111

Color Harmonies of #123CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123CDE

Black with #123CDE

Text Example


Text Example

White with #123CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,60,222); }

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

background-color css

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

 a { background-color: rgb(18,60,222); }

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

border-color css

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

 span { border-color: rgb(18,60,222); }

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