Html Css Color HEX #1F33AB Persian Blue

📋 copy color: '#1F33AB'

red 31 ◦ green 51 ◦ blue 171

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

Shades of Persian Blue #1F33AB

Tints of Persian Blue #1F33AB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.16%

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

R = 12.25%
G = 20.16%
B = 67.59%

CMYK

 C value IS 0.82

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F33AB (or 0x1F33AB) is known color: Persian Blue. HEX triplet: 1F, 33 and AB. RGB value is (31,51,171). Sum of RGB (Red+Green+Blue) = 31+51+171=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F33AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F33AB is #E0CC54. Grayscale: #3A3A3A. Windows color (decimal): -14732373 or 11219743. OLE color: 11219743.

HSL color Cylindrical-coordinate representation of color #1F33AB: hue angle of 231.43º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F33AB is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 31 51 171 -
CMYK 0.82 0.70 0 0.33
HSL 231.43º 0.69% 0.4% -
HSV(B) 231.43º 0.82% 0.67% -
XYZ 9.1 5.6 39.13 -
YUV 58.7 191.37 108.24 -
System Red Green Blue C M Y K H S L
Decimal 31 51 171 0.82 0.70 0 0.33 231.43 0.69 0.4
Hex 1F 33 AB 52 46 0 21 E7 45 28
Octal 37 63 253 122 106 0 41 347 105 50
Binary 11111 110011 10101011 1010010 1000110 0 100001 11100111 1000101 101000

Color Harmonies of #1F33AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F33AB

Black with #1F33AB

Text Example


Text Example

White with #1F33AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,51,171); }

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

background-color css

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

 a { background-color: rgb(31,51,171); }

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

border-color css

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

 span { border-color: rgb(31,51,171); }

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