Html Css Color HEX #123CCF Persian Blue

📋 copy color: '#123CCF'

red 18 ◦ green 60 ◦ blue 207

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

Shades of Persian Blue #123CCF

Tints of Persian Blue #123CCF

RGB

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

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

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

R = 6.32%
G = 21.05%
B = 72.63%

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

#123CCF (or 0x123CCF) is known color: Persian Blue. HEX triplet: 12, 3C and CF. RGB value is (18,60,207). Sum of RGB (Red+Green+Blue) = 18+60+207=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 207 (81.25% from 255 or 72.63% from 285); Max value from RGB is 207 - color contains mainly: blue. Hex color #123CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123CCF is #EDC330. Grayscale: #3F3F3F. Windows color (decimal): -15582001 or 13581330. OLE color: 13581330.

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

Color convert

RGB 18 60 207 -
CMYK 0.91 0.71 0 0.19
HSL 226.67º 0.84% 0.44% -
HSV(B) 226.67º 0.91% 0.81% -
XYZ 13.13 7.87 59.86 -
YUV 64.2 208.59 95.05 -
System Red Green Blue C M Y K H S L
Decimal 18 60 207 0.91 0.71 0 0.19 226.67 0.84 0.44
Hex 12 3C CF 5B 47 0 13 E3 54 2C
Octal 22 74 317 133 107 0 23 343 124 54
Binary 10010 111100 11001111 1011011 1000111 0 10011 11100011 1010100 101100

Color Harmonies of #123CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123CCF

Black with #123CCF

Text Example


Text Example

White with #123CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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