Html Css Color HEX #124ABB Persian Blue

📋 copy color: '#124ABB'

red 18 ◦ green 74 ◦ blue 187

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

Shades of Persian Blue #124ABB

Tints of Persian Blue #124ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 67.03%

R = 6.45%
G = 26.52%
B = 67.03%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#124ABB (or 0x124ABB) is known color: Persian Blue. HEX triplet: 12, 4A and BB. RGB value is (18,74,187). Sum of RGB (Red+Green+Blue) = 18+74+187=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 187 (73.44% from 255 or 67.03% from 279); Max value from RGB is 187 - color contains mainly: blue. Hex color #124ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124ABB is #EDB544. Grayscale: #454545. Windows color (decimal): -15578437 or 12274194. OLE color: 12274194.

HSL color Cylindrical-coordinate representation of color #124ABB: hue angle of 220.12º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124ABB is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 74 187 -
CMYK 0.90 0.60 0 0.27
HSL 220.12º 0.82% 0.4% -
HSV(B) 220.12º 0.9% 0.73% -
XYZ 11.67 8.61 48.06 -
YUV 70.14 193.95 90.81 -
System Red Green Blue C M Y K H S L
Decimal 18 74 187 0.90 0.60 0 0.27 220.12 0.82 0.4
Hex 12 4A BB 5A 3C 0 1B DC 52 28
Octal 22 112 273 132 74 0 33 334 122 50
Binary 10010 1001010 10111011 1011010 111100 0 11011 11011100 1010010 101000

Color Harmonies of #124ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124ABB

Black with #124ABB

Text Example


Text Example

White with #124ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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