Html Css Color HEX #123FBF Persian Blue

📋 copy color: '#123FBF'

red 18 ◦ green 63 ◦ blue 191

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

Shades of Persian Blue #123FBF

Tints of Persian Blue #123FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 70.22%

R = 6.62%
G = 23.16%
B = 70.22%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#123FBF (or 0x123FBF) is known color: Persian Blue. HEX triplet: 12, 3F and BF. RGB value is (18,63,191). Sum of RGB (Red+Green+Blue) = 18+63+191=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 191 (75% from 255 or 70.22% from 272); Max value from RGB is 191 - color contains mainly: blue. Hex color #123FBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123FBF is #EDC040. Grayscale: #3F3F3F. Windows color (decimal): -15581249 or 12533522. OLE color: 12533522.

HSL color Cylindrical-coordinate representation of color #123FBF: hue angle of 224.39º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #123FBF is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 63 191 -
CMYK 0.91 0.67 0 0.25
HSL 224.39º 0.83% 0.41% -
HSV(B) 224.39º 0.91% 0.75% -
XYZ 11.43 7.45 50.12 -
YUV 64.14 199.59 95.09 -
System Red Green Blue C M Y K H S L
Decimal 18 63 191 0.91 0.67 0 0.25 224.39 0.83 0.41
Hex 12 3F BF 5B 43 0 19 E0 53 29
Octal 22 77 277 133 103 0 31 340 123 51
Binary 10010 111111 10111111 1011011 1000011 0 11001 11100000 1010011 101001

Color Harmonies of #123FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123FBF

Black with #123FBF

Text Example


Text Example

White with #123FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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