Html Css Color HEX #124ACB Persian Blue

📋 copy color: '#124ACB'

red 18 ◦ green 74 ◦ blue 203

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

Shades of Persian Blue #124ACB

Tints of Persian Blue #124ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 68.81%

R = 6.1%
G = 25.08%
B = 68.81%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#124ACB (or 0x124ACB) is known color: Persian Blue. HEX triplet: 12, 4A and CB. RGB value is (18,74,203). Sum of RGB (Red+Green+Blue) = 18+74+203=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 203 (79.69% from 255 or 68.81% from 295); Max value from RGB is 203 - color contains mainly: blue. Hex color #124ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124ACB is #EDB534. Grayscale: #474747. Windows color (decimal): -15578421 or 13322770. OLE color: 13322770.

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

Color convert

RGB 18 74 203 -
CMYK 0.91 0.64 0 0.20
HSL 221.84º 0.84% 0.43% -
HSV(B) 221.84º 0.91% 0.8% -
XYZ 13.48 9.34 57.59 -
YUV 71.96 201.95 89.51 -
System Red Green Blue C M Y K H S L
Decimal 18 74 203 0.91 0.64 0 0.20 221.84 0.84 0.43
Hex 12 4A CB 5B 40 0 14 DE 54 2B
Octal 22 112 313 133 100 0 24 336 124 53
Binary 10010 1001010 11001011 1011011 1000000 0 10100 11011110 1010100 101011

Color Harmonies of #124ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124ACB

Black with #124ACB

Text Example


Text Example

White with #124ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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