Html Css Color HEX #123ECF Persian Blue

📋 copy color: '#123ECF'

red 18 ◦ green 62 ◦ blue 207

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

Shades of Persian Blue #123ECF

Tints of Persian Blue #123ECF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.6%

 BLUE value IS 207 (81.25% from 255) = 72.13%

R = 6.27%
G = 21.6%
B = 72.13%

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

#123ECF (or 0x123ECF) is known color: Persian Blue. HEX triplet: 12, 3E and CF. RGB value is (18,62,207). Sum of RGB (Red+Green+Blue) = 18+62+207=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 207 (81.25% from 255 or 72.13% from 287); Max value from RGB is 207 - color contains mainly: blue. Hex color #123ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123ECF is #EDC130. Grayscale: #404040. Windows color (decimal): -15581489 or 13581842. OLE color: 13581842.

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

Color convert

RGB 18 62 207 -
CMYK 0.91 0.70 0 0.19
HSL 226.03º 0.84% 0.44% -
HSV(B) 226.03º 0.91% 0.81% -
XYZ 13.23 8.08 59.89 -
YUV 65.37 207.92 94.21 -
System Red Green Blue C M Y K H S L
Decimal 18 62 207 0.91 0.70 0 0.19 226.03 0.84 0.44
Hex 12 3E CF 5B 46 0 13 E2 54 2C
Octal 22 76 317 133 106 0 23 342 124 54
Binary 10010 111110 11001111 1011011 1000110 0 10011 11100010 1010100 101100

Color Harmonies of #123ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123ECF

Black with #123ECF

Text Example


Text Example

White with #123ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,62,207); }

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

background-color css

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

 a { background-color: rgb(18,62,207); }

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

border-color css

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

 span { border-color: rgb(18,62,207); }

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