Html Css Color HEX #1F21CE Persian Blue

📋 copy color: '#1F21CE'

red 31 ◦ green 33 ◦ blue 206

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

Shades of Persian Blue #1F21CE

Tints of Persian Blue #1F21CE

RGB

 RED value IS 31 (12.5% from 255) = 11.48%

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

 BLUE value IS 206 (80.86% from 255) = 76.3%

R = 11.48%
G = 12.22%
B = 76.3%

CMYK

 C value IS 0.85

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F21CE (or 0x1F21CE) is known color: Persian Blue. HEX triplet: 1F, 21 and CE. RGB value is (31,33,206). Sum of RGB (Red+Green+Blue) = 31+33+206=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 206 (80.86% from 255 or 76.30% from 270); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F21CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F21CE is #E0DE31. Grayscale: #333333. Windows color (decimal): -14736946 or 13508895. OLE color: 13508895.

HSL color Cylindrical-coordinate representation of color #1F21CE: hue angle of 239.31º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F21CE is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 31 33 206 -
CMYK 0.85 0.84 0 0.19
HSL 239.31º 0.74% 0.46% -
HSV(B) 239.31º 0.85% 0.81% -
XYZ 12.25 5.84 58.87 -
YUV 52.12 214.84 112.93 -
System Red Green Blue C M Y K H S L
Decimal 31 33 206 0.85 0.84 0 0.19 239.31 0.74 0.46
Hex 1F 21 CE 55 54 0 13 EF 4A 2E
Octal 37 41 316 125 124 0 23 357 112 56
Binary 11111 100001 11001110 1010101 1010100 0 10011 11101111 1001010 101110

Color Harmonies of #1F21CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F21CE

Black with #1F21CE

Text Example


Text Example

White with #1F21CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F21CE; }

 p { color: rgb(31,33,206); }

 H1.HeaderClassName
 {
   color: #1F21CE;
 }
 .AnyTagClassName
 {
   color: #1F21CE;
 }
</style>

background-color css

<style>
 a { background-color: #1F21CE; }

 a { background-color: rgb(31,33,206); }

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

border-color css

<style>
 span { border-color: #1F21CE; }

 span { border-color: rgb(31,33,206); }

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