Html Css Color HEX #123DCE Persian Blue

📋 copy color: '#123DCE'

red 18 ◦ green 61 ◦ blue 206

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

Shades of Persian Blue #123DCE

Tints of Persian Blue #123DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 72.28%

R = 6.32%
G = 21.4%
B = 72.28%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#123DCE (or 0x123DCE) is known color: Persian Blue. HEX triplet: 12, 3D and CE. RGB value is (18,61,206). Sum of RGB (Red+Green+Blue) = 18+61+206=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 206 (80.86% from 255 or 72.28% from 285); Max value from RGB is 206 - color contains mainly: blue. Hex color #123DCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123DCE is #EDC231. Grayscale: #404040. Windows color (decimal): -15581746 or 13516050. OLE color: 13516050.

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

Color convert

RGB 18 61 206 -
CMYK 0.91 0.70 0 0.19
HSL 226.28º 0.84% 0.44% -
HSV(B) 226.28º 0.91% 0.81% -
XYZ 13.06 7.92 59.23 -
YUV 64.67 207.75 94.71 -
System Red Green Blue C M Y K H S L
Decimal 18 61 206 0.91 0.70 0 0.19 226.28 0.84 0.44
Hex 12 3D CE 5B 46 0 13 E2 54 2C
Octal 22 75 316 133 106 0 23 342 124 54
Binary 10010 111101 11001110 1011011 1000110 0 10011 11100010 1010100 101100

Color Harmonies of #123DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123DCE

Black with #123DCE

Text Example


Text Example

White with #123DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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