Html Css Color HEX #123CD6 Persian Blue

📋 copy color: '#123CD6'

red 18 ◦ green 60 ◦ blue 214

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

Shades of Persian Blue #123CD6

Tints of Persian Blue #123CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 73.29%

R = 6.16%
G = 20.55%
B = 73.29%

CMYK

 C value IS 0.92

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#123CD6 (or 0x123CD6) is known color: Persian Blue. HEX triplet: 12, 3C and D6. RGB value is (18,60,214). Sum of RGB (Red+Green+Blue) = 18+60+214=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 214 (83.98% from 255 or 73.29% from 292); Max value from RGB is 214 - color contains mainly: blue. Hex color #123CD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123CD6 is #EDC329. Grayscale: #404040. Windows color (decimal): -15581994 or 14040082. OLE color: 14040082.

HSL color Cylindrical-coordinate representation of color #123CD6: hue angle of 227.14º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123CD6 is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 60 214 -
CMYK 0.92 0.72 0 0.16
HSL 227.14º 0.84% 0.45% -
HSV(B) 227.14º 0.92% 0.84% -
XYZ 14 8.22 64.47 -
YUV 65 212.09 94.48 -
System Red Green Blue C M Y K H S L
Decimal 18 60 214 0.92 0.72 0 0.16 227.14 0.84 0.45
Hex 12 3C D6 5C 48 0 10 E3 54 2D
Octal 22 74 326 134 110 0 20 343 124 55
Binary 10010 111100 11010110 1011100 1001000 0 10000 11100011 1010100 101101

Color Harmonies of #123CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123CD6

Black with #123CD6

Text Example


Text Example

White with #123CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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