Html Css Color HEX #2142AB Persian Blue

📋 copy color: '#2142AB'

red 33 ◦ green 66 ◦ blue 171

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

Shades of Persian Blue #2142AB

Tints of Persian Blue #2142AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 63.33%

R = 12.22%
G = 24.44%
B = 63.33%

CMYK

 C value IS 0.81

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2142AB (or 0x2142AB) is known color: Persian Blue. HEX triplet: 21, 42 and AB. RGB value is (33,66,171). Sum of RGB (Red+Green+Blue) = 33+66+171=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #2142AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2142AB is #DEBD54. Grayscale: #434343. Windows color (decimal): -14597461 or 11223585. OLE color: 11223585.

HSL color Cylindrical-coordinate representation of color #2142AB: hue angle of 225.65º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2142AB is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 66 171 -
CMYK 0.81 0.61 0 0.33
HSL 225.65º 0.68% 0.4% -
HSV(B) 225.65º 0.81% 0.67% -
XYZ 9.93 7.16 39.39 -
YUV 68.1 186.07 102.96 -
System Red Green Blue C M Y K H S L
Decimal 33 66 171 0.81 0.61 0 0.33 225.65 0.68 0.4
Hex 21 42 AB 51 3D 0 21 E2 44 28
Octal 41 102 253 121 75 0 41 342 104 50
Binary 100001 1000010 10101011 1010001 111101 0 100001 11100010 1000100 101000

Color Harmonies of #2142AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2142AB

Black with #2142AB

Text Example


Text Example

White with #2142AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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