Html Css Color HEX #124ABF Persian Blue

📋 copy color: '#124ABF'

red 18 ◦ green 74 ◦ blue 191

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

Shades of Persian Blue #124ABF

Tints of Persian Blue #124ABF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.15%

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

R = 6.36%
G = 26.15%
B = 67.49%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#124ABF (or 0x124ABF) is known color: Persian Blue. HEX triplet: 12, 4A and BF. RGB value is (18,74,191). Sum of RGB (Red+Green+Blue) = 18+74+191=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #124ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124ABF is #EDB540. Grayscale: #464646. Windows color (decimal): -15578433 or 12536338. OLE color: 12536338.

HSL color Cylindrical-coordinate representation of color #124ABF: hue angle of 220.58º 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 #124ABF is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 74 191 -
CMYK 0.91 0.61 0 0.25
HSL 220.58º 0.83% 0.41% -
HSV(B) 220.58º 0.91% 0.75% -
XYZ 12.1 8.79 50.35 -
YUV 70.59 195.95 90.49 -
System Red Green Blue C M Y K H S L
Decimal 18 74 191 0.91 0.61 0 0.25 220.58 0.83 0.41
Hex 12 4A BF 5B 3D 0 19 DD 53 29
Octal 22 112 277 133 75 0 31 335 123 51
Binary 10010 1001010 10111111 1011011 111101 0 11001 11011101 1010011 101001

Color Harmonies of #124ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124ABF

Black with #124ABF

Text Example


Text Example

White with #124ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124ABF; }

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

 H1.HeaderClassName
 {
   color: #124ABF;
 }
 .AnyTagClassName
 {
   color: #124ABF;
 }
</style>

background-color css

<style>
 a { background-color: #124ABF; }

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

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

border-color css

<style>
 span { border-color: #124ABF; }

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

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