Html Css Color HEX #124ABE Persian Blue

📋 copy color: '#124ABE'

red 18 ◦ green 74 ◦ blue 190

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

Shades of Persian Blue #124ABE

Tints of Persian Blue #124ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 67.38%

R = 6.38%
G = 26.24%
B = 67.38%

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

#124ABE (or 0x124ABE) is known color: Persian Blue. HEX triplet: 12, 4A and BE. RGB value is (18,74,190). Sum of RGB (Red+Green+Blue) = 18+74+190=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 190 (74.61% from 255 or 67.38% from 282); Max value from RGB is 190 - color contains mainly: blue. Hex color #124ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124ABE is #EDB541. Grayscale: #454545. Windows color (decimal): -15578434 or 12470802. OLE color: 12470802.

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

Color convert

RGB 18 74 190 -
CMYK 0.91 0.61 0 0.25
HSL 220.47º 0.83% 0.41% -
HSV(B) 220.47º 0.91% 0.75% -
XYZ 11.99 8.74 49.77 -
YUV 70.48 195.45 90.57 -
System Red Green Blue C M Y K H S L
Decimal 18 74 190 0.91 0.61 0 0.25 220.47 0.83 0.41
Hex 12 4A BE 5B 3D 0 19 DC 53 29
Octal 22 112 276 133 75 0 31 334 123 51
Binary 10010 1001010 10111110 1011011 111101 0 11001 11011100 1010011 101001

Color Harmonies of #124ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124ABE

Black with #124ABE

Text Example


Text Example

White with #124ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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