Html Css Color HEX #124ABC Persian Blue

📋 copy color: '#124ABC'

red 18 ◦ green 74 ◦ blue 188

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

Shades of Persian Blue #124ABC

Tints of Persian Blue #124ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 67.14%

R = 6.43%
G = 26.43%
B = 67.14%

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

#124ABC (or 0x124ABC) is known color: Persian Blue. HEX triplet: 12, 4A and BC. RGB value is (18,74,188). Sum of RGB (Red+Green+Blue) = 18+74+188=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #124ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124ABC is #EDB543. Grayscale: #454545. Windows color (decimal): -15578436 or 12339730. OLE color: 12339730.

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

Color convert

RGB 18 74 188 -
CMYK 0.90 0.61 0 0.26
HSL 220.24º 0.83% 0.4% -
HSV(B) 220.24º 0.9% 0.74% -
XYZ 11.78 8.66 48.63 -
YUV 70.25 194.45 90.73 -
System Red Green Blue C M Y K H S L
Decimal 18 74 188 0.90 0.61 0 0.26 220.24 0.83 0.4
Hex 12 4A BC 5A 3D 0 1A DC 53 28
Octal 22 112 274 132 75 0 32 334 123 50
Binary 10010 1001010 10111100 1011010 111101 0 11010 11011100 1010011 101000

Color Harmonies of #124ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124ABC

Black with #124ABC

Text Example


Text Example

White with #124ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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