Html Css Color HEX #1F29EC Persian Blue

📋 copy color: '#1F29EC'

red 31 ◦ green 41 ◦ blue 236

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

Shades of Persian Blue #1F29EC

Tints of Persian Blue #1F29EC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.31%

 BLUE value IS 236 (92.58% from 255) = 76.62%

R = 10.06%
G = 13.31%
B = 76.62%

CMYK

 C value IS 0.87

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1F29EC (or 0x1F29EC) is known color: Persian Blue. HEX triplet: 1F, 29 and EC. RGB value is (31,41,236). Sum of RGB (Red+Green+Blue) = 31+41+236=308 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.06% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 236 (92.58% from 255 or 76.62% from 308); Max value from RGB is 236 - color contains mainly: blue. Hex color #1F29EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F29EC is #E0D613. Grayscale: #3B3B3B. Windows color (decimal): -14734868 or 15477023. OLE color: 15477023.

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

Color convert

RGB 31 41 236 -
CMYK 0.87 0.83 0 0.07
HSL 237.07º 0.84% 0.52% -
HSV(B) 237.07º 0.87% 0.93% -
XYZ 16.5 7.93 80.02 -
YUV 60.24 227.19 107.14 -
System Red Green Blue C M Y K H S L
Decimal 31 41 236 0.87 0.83 0 0.07 237.07 0.84 0.52
Hex 1F 29 EC 57 53 0 7 ED 54 34
Octal 37 51 354 127 123 0 7 355 124 64
Binary 11111 101001 11101100 1010111 1010011 0 111 11101101 1010100 110100

Color Harmonies of #1F29EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F29EC

Black with #1F29EC

Text Example


Text Example

White with #1F29EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,41,236); }

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

background-color css

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

 a { background-color: rgb(31,41,236); }

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

border-color css

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

 span { border-color: rgb(31,41,236); }

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