Html Css Color HEX #1421CB Persian Blue

📋 copy color: '#1421CB'

red 20 ◦ green 33 ◦ blue 203

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

Shades of Persian Blue #1421CB

Tints of Persian Blue #1421CB

RGB

 RED value IS 20 (8.2% from 255) = 7.81%

 GREEN value IS 33 (13.28% from 255) = 12.89%

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

R = 7.81%
G = 12.89%
B = 79.3%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1421CB (or 0x1421CB) is known color: Persian Blue. HEX triplet: 14, 21 and CB. RGB value is (20,33,203). Sum of RGB (Red+Green+Blue) = 20+33+203=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 203 (79.69% from 255 or 79.30% from 256); Max value from RGB is 203 - color contains mainly: blue. Hex color #1421CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1421CB is #EBDE34. Grayscale: #2F2F2F. Windows color (decimal): -15457845 or 13312276. OLE color: 13312276.

HSL color Cylindrical-coordinate representation of color #1421CB: hue angle of 235.74º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1421CB is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 33 203 -
CMYK 0.90 0.84 0 0.20
HSL 235.74º 0.82% 0.44% -
HSV(B) 235.74º 0.9% 0.8% -
XYZ 11.61 5.55 56.96 -
YUV 48.49 215.19 107.68 -
System Red Green Blue C M Y K H S L
Decimal 20 33 203 0.90 0.84 0 0.20 235.74 0.82 0.44
Hex 14 21 CB 5A 54 0 14 EC 52 2C
Octal 24 41 313 132 124 0 24 354 122 54
Binary 10100 100001 11001011 1011010 1010100 0 10100 11101100 1010010 101100

Color Harmonies of #1421CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1421CB

Black with #1421CB

Text Example


Text Example

White with #1421CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1421CB; }

 p { color: rgb(20,33,203); }

 H1.HeaderClassName
 {
   color: #1421CB;
 }
 .AnyTagClassName
 {
   color: #1421CB;
 }
</style>

background-color css

<style>
 a { background-color: #1421CB; }

 a { background-color: rgb(20,33,203); }

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

border-color css

<style>
 span { border-color: #1421CB; }

 span { border-color: rgb(20,33,203); }

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