Html Css Color HEX #2142AE Persian Blue

📋 copy color: '#2142AE'

red 33 ◦ green 66 ◦ blue 174

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

Shades of Persian Blue #2142AE

Tints of Persian Blue #2142AE

RGB

 RED value IS 33 (13.28% from 255) = 12.09%

 GREEN value IS 66 (26.17% from 255) = 24.18%

 BLUE value IS 174 (68.36% from 255) = 63.74%

R = 12.09%
G = 24.18%
B = 63.74%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2142AE (or 0x2142AE) is known color: Persian Blue. HEX triplet: 21, 42 and AE. RGB value is (33,66,174). Sum of RGB (Red+Green+Blue) = 33+66+174=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #2142AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2142AE is #DEBD51. Grayscale: #434343. Windows color (decimal): -14597458 or 11420193. OLE color: 11420193.

HSL color Cylindrical-coordinate representation of color #2142AE: hue angle of 225.96º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2142AE is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 33 66 174 -
CMYK 0.81 0.62 0 0.32
HSL 225.96º 0.68% 0.41% -
HSV(B) 225.96º 0.81% 0.68% -
XYZ 10.22 7.28 40.91 -
YUV 68.45 187.57 102.72 -
System Red Green Blue C M Y K H S L
Decimal 33 66 174 0.81 0.62 0 0.32 225.96 0.68 0.41
Hex 21 42 AE 51 3E 0 20 E2 44 29
Octal 41 102 256 121 76 0 40 342 104 51
Binary 100001 1000010 10101110 1010001 111110 0 100000 11100010 1000100 101001

Color Harmonies of #2142AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2142AE

Black with #2142AE

Text Example


Text Example

White with #2142AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2142AE; }

 p { color: rgb(33,66,174); }

 H1.HeaderClassName
 {
   color: #2142AE;
 }
 .AnyTagClassName
 {
   color: #2142AE;
 }
</style>

background-color css

<style>
 a { background-color: #2142AE; }

 a { background-color: rgb(33,66,174); }

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

border-color css

<style>
 span { border-color: #2142AE; }

 span { border-color: rgb(33,66,174); }

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