Html Css Color HEX #124ABD Persian Blue

📋 copy color: '#124ABD'

red 18 ◦ green 74 ◦ blue 189

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

Shades of Persian Blue #124ABD

Tints of Persian Blue #124ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 67.26%

R = 6.41%
G = 26.33%
B = 67.26%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#124ABD (or 0x124ABD) is known color: Persian Blue. HEX triplet: 12, 4A and BD. RGB value is (18,74,189). Sum of RGB (Red+Green+Blue) = 18+74+189=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 189 (74.22% from 255 or 67.26% from 281); Max value from RGB is 189 - color contains mainly: blue. Hex color #124ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124ABD is #EDB542. Grayscale: #454545. Windows color (decimal): -15578435 or 12405266. OLE color: 12405266.

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

Color convert

RGB 18 74 189 -
CMYK 0.90 0.61 0 0.26
HSL 220.35º 0.83% 0.41% -
HSV(B) 220.35º 0.9% 0.74% -
XYZ 11.88 8.7 49.2 -
YUV 70.37 194.95 90.65 -
System Red Green Blue C M Y K H S L
Decimal 18 74 189 0.90 0.61 0 0.26 220.35 0.83 0.41
Hex 12 4A BD 5A 3D 0 1A DC 53 29
Octal 22 112 275 132 75 0 32 334 123 51
Binary 10010 1001010 10111101 1011010 111101 0 11010 11011100 1010011 101001

Color Harmonies of #124ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124ABD

Black with #124ABD

Text Example


Text Example

White with #124ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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