Html Css Color HEX #124AD5 Persian Blue

📋 copy color: '#124AD5'

red 18 ◦ green 74 ◦ blue 213

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

Shades of Persian Blue #124AD5

Tints of Persian Blue #124AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 69.84%

R = 5.9%
G = 24.26%
B = 69.84%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#124AD5 (or 0x124AD5) is known color: Persian Blue. HEX triplet: 12, 4A and D5. RGB value is (18,74,213). Sum of RGB (Red+Green+Blue) = 18+74+213=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 213 (83.59% from 255 or 69.84% from 305); Max value from RGB is 213 - color contains mainly: blue. Hex color #124AD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124AD5 is #EDB52A. Grayscale: #484848. Windows color (decimal): -15578411 or 13978130. OLE color: 13978130.

HSL color Cylindrical-coordinate representation of color #124AD5: hue angle of 222.77º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124AD5 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 74 213 -
CMYK 0.92 0.65 0 0.16
HSL 222.77º 0.84% 0.45% -
HSV(B) 222.77º 0.92% 0.84% -
XYZ 14.71 9.83 64.07 -
YUV 73.1 206.95 88.7 -
System Red Green Blue C M Y K H S L
Decimal 18 74 213 0.92 0.65 0 0.16 222.77 0.84 0.45
Hex 12 4A D5 5C 41 0 10 DF 54 2D
Octal 22 112 325 134 101 0 20 337 124 55
Binary 10010 1001010 11010101 1011100 1000001 0 10000 11011111 1010100 101101

Color Harmonies of #124AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124AD5

Black with #124AD5

Text Example


Text Example

White with #124AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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