Html Css Color HEX #124AC6 Persian Blue

📋 copy color: '#124AC6'

red 18 ◦ green 74 ◦ blue 198

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

Shades of Persian Blue #124AC6

Tints of Persian Blue #124AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 68.28%

R = 6.21%
G = 25.52%
B = 68.28%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#124AC6 (or 0x124AC6) is known color: Persian Blue. HEX triplet: 12, 4A and C6. RGB value is (18,74,198). Sum of RGB (Red+Green+Blue) = 18+74+198=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 198 (77.73% from 255 or 68.28% from 290); Max value from RGB is 198 - color contains mainly: blue. Hex color #124AC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124AC6 is #EDB539. Grayscale: #464646. Windows color (decimal): -15578426 or 12995090. OLE color: 12995090.

HSL color Cylindrical-coordinate representation of color #124AC6: hue angle of 221.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124AC6 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 74 198 -
CMYK 0.91 0.63 0 0.22
HSL 221.33º 0.83% 0.42% -
HSV(B) 221.33º 0.91% 0.78% -
XYZ 12.89 9.1 54.5 -
YUV 71.39 199.45 89.92 -
System Red Green Blue C M Y K H S L
Decimal 18 74 198 0.91 0.63 0 0.22 221.33 0.83 0.42
Hex 12 4A C6 5B 3F 0 16 DD 53 2A
Octal 22 112 306 133 77 0 26 335 123 52
Binary 10010 1001010 11000110 1011011 111111 0 10110 11011101 1010011 101010

Color Harmonies of #124AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124AC6

Black with #124AC6

Text Example


Text Example

White with #124AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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