Html Css Color HEX #1D32EB Persian Blue

📋 copy color: '#1D32EB'

red 29 ◦ green 50 ◦ blue 235

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

Shades of Persian Blue #1D32EB

Tints of Persian Blue #1D32EB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.92%

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

R = 9.24%
G = 15.92%
B = 74.84%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1D32EB (or 0x1D32EB) is known color: Persian Blue. HEX triplet: 1D, 32 and EB. RGB value is (29,50,235). Sum of RGB (Red+Green+Blue) = 29+50+235=314 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.24% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 235 (92.19% from 255 or 74.84% from 314); Max value from RGB is 235 - color contains mainly: blue. Hex color #1D32EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D32EB is #E2CD14. Grayscale: #404040. Windows color (decimal): -14863637 or 15413789. OLE color: 15413789.

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

Color convert

RGB 29 50 235 -
CMYK 0.88 0.79 0 0.08
HSL 233.88º 0.84% 0.52% -
HSV(B) 233.88º 0.88% 0.92% -
XYZ 16.64 8.54 79.37 -
YUV 64.81 224.04 102.46 -
System Red Green Blue C M Y K H S L
Decimal 29 50 235 0.88 0.79 0 0.08 233.88 0.84 0.52
Hex 1D 32 EB 58 4F 0 8 EA 54 34
Octal 35 62 353 130 117 0 10 352 124 64
Binary 11101 110010 11101011 1011000 1001111 0 1000 11101010 1010100 110100

Color Harmonies of #1D32EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D32EB

Black with #1D32EB

Text Example


Text Example

White with #1D32EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,50,235); }

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

background-color css

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

 a { background-color: rgb(29,50,235); }

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

border-color css

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

 span { border-color: rgb(29,50,235); }

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