Html Css Color HEX #1F33EB Persian Blue

📋 copy color: '#1F33EB'

red 31 ◦ green 51 ◦ blue 235

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

Shades of Persian Blue #1F33EB

Tints of Persian Blue #1F33EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 74.13%

R = 9.78%
G = 16.09%
B = 74.13%

CMYK

 C value IS 0.87

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1F33EB (or 0x1F33EB) is known color: Persian Blue. HEX triplet: 1F, 33 and EB. RGB value is (31,51,235). Sum of RGB (Red+Green+Blue) = 31+51+235=317 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.78% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 235 (92.19% from 255 or 74.13% from 317); Max value from RGB is 235 - color contains mainly: blue. Hex color #1F33EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F33EB is #E0CC14. Grayscale: #414141. Windows color (decimal): -14732309 or 15414047. OLE color: 15414047.

HSL color Cylindrical-coordinate representation of color #1F33EB: hue angle of 234.12º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F33EB is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 31 51 235 -
CMYK 0.87 0.78 0 0.08
HSL 234.12º 0.84% 0.52% -
HSV(B) 234.12º 0.87% 0.92% -
XYZ 16.74 8.66 79.39 -
YUV 66 223.37 103.04 -
System Red Green Blue C M Y K H S L
Decimal 31 51 235 0.87 0.78 0 0.08 234.12 0.84 0.52
Hex 1F 33 EB 57 4E 0 8 EA 54 34
Octal 37 63 353 127 116 0 10 352 124 64
Binary 11111 110011 11101011 1010111 1001110 0 1000 11101010 1010100 110100

Color Harmonies of #1F33EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F33EB

Black with #1F33EB

Text Example


Text Example

White with #1F33EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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