Html Css Color HEX #1F2EEB Persian Blue

📋 copy color: '#1F2EEB'

red 31 ◦ green 46 ◦ blue 235

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

Shades of Persian Blue #1F2EEB

Tints of Persian Blue #1F2EEB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.74%

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

R = 9.94%
G = 14.74%
B = 75.32%

CMYK

 C value IS 0.87

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1F2EEB (or 0x1F2EEB) is known color: Persian Blue. HEX triplet: 1F, 2E and EB. RGB value is (31,46,235). Sum of RGB (Red+Green+Blue) = 31+46+235=312 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.94% from 312); Green value is 46 (18.36% from 255 or 14.74% from 312); Blue value is 235 (92.19% from 255 or 75.32% from 312); Max value from RGB is 235 - color contains mainly: blue. Hex color #1F2EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F2EEB is #E0D114. Grayscale: #3E3E3E. Windows color (decimal): -14733589 or 15412767. OLE color: 15412767.

HSL color Cylindrical-coordinate representation of color #1F2EEB: hue angle of 235.59º 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 #1F2EEB is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 31 46 235 -
CMYK 0.87 0.80 0 0.08
HSL 235.59º 0.84% 0.52% -
HSV(B) 235.59º 0.87% 0.92% -
XYZ 16.54 8.24 79.32 -
YUV 63.06 225.03 105.13 -
System Red Green Blue C M Y K H S L
Decimal 31 46 235 0.87 0.80 0 0.08 235.59 0.84 0.52
Hex 1F 2E EB 57 50 0 8 EC 54 34
Octal 37 56 353 127 120 0 10 354 124 64
Binary 11111 101110 11101011 1010111 1010000 0 1000 11101100 1010100 110100

Color Harmonies of #1F2EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2EEB

Black with #1F2EEB

Text Example


Text Example

White with #1F2EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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