Html Css Color HEX #123FCF Persian Blue

📋 copy color: '#123FCF'

red 18 ◦ green 63 ◦ blue 207

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

Shades of Persian Blue #123FCF

Tints of Persian Blue #123FCF

RGB

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

 GREEN value IS 63 (25% from 255) = 21.88%

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

R = 6.25%
G = 21.88%
B = 71.88%

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

#123FCF (or 0x123FCF) is known color: Persian Blue. HEX triplet: 12, 3F and CF. RGB value is (18,63,207). Sum of RGB (Red+Green+Blue) = 18+63+207=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 207 (81.25% from 255 or 71.88% from 288); Max value from RGB is 207 - color contains mainly: blue. Hex color #123FCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123FCF is #EDC030. Grayscale: #414141. Windows color (decimal): -15581233 or 13582098. OLE color: 13582098.

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

Color convert

RGB 18 63 207 -
CMYK 0.91 0.70 0 0.19
HSL 225.71º 0.84% 0.44% -
HSV(B) 225.71º 0.91% 0.81% -
XYZ 13.29 8.19 59.91 -
YUV 65.96 207.59 93.79 -
System Red Green Blue C M Y K H S L
Decimal 18 63 207 0.91 0.70 0 0.19 225.71 0.84 0.44
Hex 12 3F CF 5B 46 0 13 E2 54 2C
Octal 22 77 317 133 106 0 23 342 124 54
Binary 10010 111111 11001111 1011011 1000110 0 10011 11100010 1010100 101100

Color Harmonies of #123FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123FCF

Black with #123FCF

Text Example


Text Example

White with #123FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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