Html Css Color HEX #1F27EB Persian Blue

📋 copy color: '#1F27EB'

red 31 ◦ green 39 ◦ blue 235

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

Shades of Persian Blue #1F27EB

Tints of Persian Blue #1F27EB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.79%

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

R = 10.16%
G = 12.79%
B = 77.05%

CMYK

 C value IS 0.87

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1F27EB (or 0x1F27EB) is known color: Persian Blue. HEX triplet: 1F, 27 and EB. RGB value is (31,39,235). Sum of RGB (Red+Green+Blue) = 31+39+235=305 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.16% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 235 (92.19% from 255 or 77.05% from 305); Max value from RGB is 235 - color contains mainly: blue. Hex color #1F27EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F27EB is #E0D814. Grayscale: #3A3A3A. Windows color (decimal): -14735381 or 15410975. OLE color: 15410975.

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

Color convert

RGB 31 39 235 -
CMYK 0.87 0.83 0 0.08
HSL 237.65º 0.84% 0.52% -
HSV(B) 237.65º 0.87% 0.92% -
XYZ 16.29 7.74 79.23 -
YUV 58.95 227.35 108.06 -
System Red Green Blue C M Y K H S L
Decimal 31 39 235 0.87 0.83 0 0.08 237.65 0.84 0.52
Hex 1F 27 EB 57 53 0 8 EE 54 34
Octal 37 47 353 127 123 0 10 356 124 64
Binary 11111 100111 11101011 1010111 1010011 0 1000 11101110 1010100 110100

Color Harmonies of #1F27EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F27EB

Black with #1F27EB

Text Example


Text Example

White with #1F27EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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