Html Css Color HEX #1F22BE Persian Blue

📋 copy color: '#1F22BE'

red 31 ◦ green 34 ◦ blue 190

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

Shades of Persian Blue #1F22BE

Tints of Persian Blue #1F22BE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.33%

 BLUE value IS 190 (74.61% from 255) = 74.51%

R = 12.16%
G = 13.33%
B = 74.51%

CMYK

 C value IS 0.84

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1F22BE (or 0x1F22BE) is known color: Persian Blue. HEX triplet: 1F, 22 and BE. RGB value is (31,34,190). Sum of RGB (Red+Green+Blue) = 31+34+190=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 190 (74.61% from 255 or 74.51% from 255); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F22BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F22BE is #E0DD41. Grayscale: #323232. Windows color (decimal): -14736706 or 12460575. OLE color: 12460575.

HSL color Cylindrical-coordinate representation of color #1F22BE: hue angle of 238.87º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F22BE is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 34 190 -
CMYK 0.84 0.82 0 0.25
HSL 238.87º 0.72% 0.43% -
HSV(B) 238.87º 0.84% 0.75% -
XYZ 10.43 5.15 49.16 -
YUV 50.89 206.51 113.82 -
System Red Green Blue C M Y K H S L
Decimal 31 34 190 0.84 0.82 0 0.25 238.87 0.72 0.43
Hex 1F 22 BE 54 52 0 19 EF 48 2B
Octal 37 42 276 124 122 0 31 357 110 53
Binary 11111 100010 10111110 1010100 1010010 0 11001 11101111 1001000 101011

Color Harmonies of #1F22BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F22BE

Black with #1F22BE

Text Example


Text Example

White with #1F22BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,34,190); }

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

background-color css

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

 a { background-color: rgb(31,34,190); }

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

border-color css

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

 span { border-color: rgb(31,34,190); }

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