Html Css Color HEX #1D37EF Persian Blue

📋 copy color: '#1D37EF'

red 29 ◦ green 55 ◦ blue 239

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

Shades of Persian Blue #1D37EF

Tints of Persian Blue #1D37EF

RGB

 RED value IS 29 (11.72% from 255) = 8.98%

 GREEN value IS 55 (21.88% from 255) = 17.03%

 BLUE value IS 239 (93.75% from 255) = 73.99%

R = 8.98%
G = 17.03%
B = 73.99%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1D37EF (or 0x1D37EF) is known color: Persian Blue. HEX triplet: 1D, 37 and EF. RGB value is (29,55,239). Sum of RGB (Red+Green+Blue) = 29+55+239=323 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.98% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 239 (93.75% from 255 or 73.99% from 323); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D37EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D37EF is #E2C810. Grayscale: #434343. Windows color (decimal): -14862353 or 15677213. OLE color: 15677213.

HSL color Cylindrical-coordinate representation of color #1D37EF: hue angle of 232.57º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D37EF is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 29 55 239 -
CMYK 0.88 0.77 0 0.06
HSL 232.57º 0.87% 0.53% -
HSV(B) 232.57º 0.88% 0.94% -
XYZ 17.45 9.23 82.52 -
YUV 68.2 224.39 100.04 -
System Red Green Blue C M Y K H S L
Decimal 29 55 239 0.88 0.77 0 0.06 232.57 0.87 0.53
Hex 1D 37 EF 58 4D 0 6 E9 57 35
Octal 35 67 357 130 115 0 6 351 127 65
Binary 11101 110111 11101111 1011000 1001101 0 110 11101001 1010111 110101

Color Harmonies of #1D37EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D37EF

Black with #1D37EF

Text Example


Text Example

White with #1D37EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,55,239); }

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

background-color css

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

 a { background-color: rgb(29,55,239); }

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

border-color css

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

 span { border-color: rgb(29,55,239); }

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