Html Css Color HEX #124AC1 Persian Blue

📋 copy color: '#124AC1'

red 18 ◦ green 74 ◦ blue 193

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

Shades of Persian Blue #124AC1

Tints of Persian Blue #124AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 67.72%

R = 6.32%
G = 25.96%
B = 67.72%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#124AC1 (or 0x124AC1) is known color: Persian Blue. HEX triplet: 12, 4A and C1. RGB value is (18,74,193). Sum of RGB (Red+Green+Blue) = 18+74+193=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 193 (75.78% from 255 or 67.72% from 285); Max value from RGB is 193 - color contains mainly: blue. Hex color #124AC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124AC1 is #EDB53E. Grayscale: #464646. Windows color (decimal): -15578431 or 12667410. OLE color: 12667410.

HSL color Cylindrical-coordinate representation of color #124AC1: hue angle of 220.8º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124AC1 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 18 74 193 -
CMYK 0.91 0.62 0 0.24
HSL 220.8º 0.83% 0.41% -
HSV(B) 220.8º 0.91% 0.76% -
XYZ 12.32 8.88 51.52 -
YUV 70.82 196.95 90.32 -
System Red Green Blue C M Y K H S L
Decimal 18 74 193 0.91 0.62 0 0.24 220.8 0.83 0.41
Hex 12 4A C1 5B 3E 0 18 DD 53 29
Octal 22 112 301 133 76 0 30 335 123 51
Binary 10010 1001010 11000001 1011011 111110 0 11000 11011101 1010011 101001

Color Harmonies of #124AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124AC1

Black with #124AC1

Text Example


Text Example

White with #124AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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