Html Css Color HEX #123BCF Persian Blue

📋 copy color: '#123BCF'

red 18 ◦ green 59 ◦ blue 207

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

Shades of Persian Blue #123BCF

Tints of Persian Blue #123BCF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.77%

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

R = 6.34%
G = 20.77%
B = 72.89%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#123BCF (or 0x123BCF) is known color: Persian Blue. HEX triplet: 12, 3B and CF. RGB value is (18,59,207). Sum of RGB (Red+Green+Blue) = 18+59+207=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 207 (81.25% from 255 or 72.89% from 284); Max value from RGB is 207 - color contains mainly: blue. Hex color #123BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123BCF is #EDC430. Grayscale: #3E3E3E. Windows color (decimal): -15582257 or 13581074. OLE color: 13581074.

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

Color convert

RGB 18 59 207 -
CMYK 0.91 0.71 0 0.19
HSL 226.98º 0.84% 0.44% -
HSV(B) 226.98º 0.91% 0.81% -
XYZ 13.08 7.76 59.84 -
YUV 63.61 208.92 95.47 -
System Red Green Blue C M Y K H S L
Decimal 18 59 207 0.91 0.71 0 0.19 226.98 0.84 0.44
Hex 12 3B CF 5B 47 0 13 E3 54 2C
Octal 22 73 317 133 107 0 23 343 124 54
Binary 10010 111011 11001111 1011011 1000111 0 10011 11100011 1010100 101100

Color Harmonies of #123BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123BCF

Black with #123BCF

Text Example


Text Example

White with #123BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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