Html Css Color HEX #124ACE Persian Blue

📋 copy color: '#124ACE'

red 18 ◦ green 74 ◦ blue 206

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

Shades of Persian Blue #124ACE

Tints of Persian Blue #124ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 69.13%

R = 6.04%
G = 24.83%
B = 69.13%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#124ACE (or 0x124ACE) is known color: Persian Blue. HEX triplet: 12, 4A and CE. RGB value is (18,74,206). Sum of RGB (Red+Green+Blue) = 18+74+206=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 206 (80.86% from 255 or 69.13% from 298); Max value from RGB is 206 - color contains mainly: blue. Hex color #124ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124ACE is #EDB531. Grayscale: #474747. Windows color (decimal): -15578418 or 13519378. OLE color: 13519378.

HSL color Cylindrical-coordinate representation of color #124ACE: hue angle of 222.13º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124ACE is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 74 206 -
CMYK 0.91 0.64 0 0.19
HSL 222.13º 0.84% 0.44% -
HSV(B) 222.13º 0.91% 0.81% -
XYZ 13.84 9.48 59.49 -
YUV 72.3 203.45 89.27 -
System Red Green Blue C M Y K H S L
Decimal 18 74 206 0.91 0.64 0 0.19 222.13 0.84 0.44
Hex 12 4A CE 5B 40 0 13 DE 54 2C
Octal 22 112 316 133 100 0 23 336 124 54
Binary 10010 1001010 11001110 1011011 1000000 0 10011 11011110 1010100 101100

Color Harmonies of #124ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124ACE

Black with #124ACE

Text Example


Text Example

White with #124ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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