Html Css Color HEX #123FBC Persian Blue

📋 copy color: '#123FBC'

red 18 ◦ green 63 ◦ blue 188

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

Shades of Persian Blue #123FBC

Tints of Persian Blue #123FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 69.89%

R = 6.69%
G = 23.42%
B = 69.89%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#123FBC (or 0x123FBC) is known color: Persian Blue. HEX triplet: 12, 3F and BC. RGB value is (18,63,188). Sum of RGB (Red+Green+Blue) = 18+63+188=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 188 (73.83% from 255 or 69.89% from 269); Max value from RGB is 188 - color contains mainly: blue. Hex color #123FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123FBC is #EDC043. Grayscale: #3F3F3F. Windows color (decimal): -15581252 or 12336914. OLE color: 12336914.

HSL color Cylindrical-coordinate representation of color #123FBC: hue angle of 224.12º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #123FBC is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 63 188 -
CMYK 0.90 0.66 0 0.26
HSL 224.12º 0.83% 0.4% -
HSV(B) 224.12º 0.9% 0.74% -
XYZ 11.1 7.31 48.4 -
YUV 63.8 198.09 95.34 -
System Red Green Blue C M Y K H S L
Decimal 18 63 188 0.90 0.66 0 0.26 224.12 0.83 0.4
Hex 12 3F BC 5A 42 0 1A E0 53 28
Octal 22 77 274 132 102 0 32 340 123 50
Binary 10010 111111 10111100 1011010 1000010 0 11010 11100000 1010011 101000

Color Harmonies of #123FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123FBC

Black with #123FBC

Text Example


Text Example

White with #123FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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