Html Css Color HEX #21428F Tory Blue

📋 copy color: '#21428F'

red 33 ◦ green 66 ◦ blue 143

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

Shades of Tory Blue #21428F

Tints of Tory Blue #21428F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 59.09%

R = 13.64%
G = 27.27%
B = 59.09%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#21428F (or 0x21428F) is known color: Tory Blue. HEX triplet: 21, 42 and 8F. RGB value is (33,66,143). Sum of RGB (Red+Green+Blue) = 33+66+143=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 143 (56.25% from 255 or 59.09% from 242); Max value from RGB is 143 - color contains mainly: blue. Hex color #21428F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21428F is #DEBD70. Grayscale: #404040. Windows color (decimal): -14597489 or 9388577. OLE color: 9388577.

HSL color Cylindrical-coordinate representation of color #21428F: hue angle of 222º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21428F is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 66 143 -
CMYK 0.77 0.54 0 0.44
HSL 222º 0.63% 0.35% -
HSV(B) 222º 0.77% 0.56% -
XYZ 7.53 6.2 26.79 -
YUV 64.91 172.07 105.24 -
System Red Green Blue C M Y K H S L
Decimal 33 66 143 0.77 0.54 0 0.44 222 0.63 0.35
Hex 21 42 8F 4D 36 0 2C DE 3E 23
Octal 41 102 217 115 66 0 54 336 76 43
Binary 100001 1000010 10001111 1001101 110110 0 101100 11011110 111110 100011

Color Harmonies of #21428F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21428F

Black with #21428F

Text Example


Text Example

White with #21428F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21428F; }

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

 H1.HeaderClassName
 {
   color: #21428F;
 }
 .AnyTagClassName
 {
   color: #21428F;
 }
</style>

background-color css

<style>
 a { background-color: #21428F; }

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

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

border-color css

<style>
 span { border-color: #21428F; }

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

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