Html Css Color HEX #1D33EF Persian Blue

📋 copy color: '#1D33EF'

red 29 ◦ green 51 ◦ blue 239

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

Shades of Persian Blue #1D33EF

Tints of Persian Blue #1D33EF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.99%

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

R = 9.09%
G = 15.99%
B = 74.92%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1D33EF (or 0x1D33EF) is known color: Persian Blue. HEX triplet: 1D, 33 and EF. RGB value is (29,51,239). Sum of RGB (Red+Green+Blue) = 29+51+239=319 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.09% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 239 (93.75% from 255 or 74.92% from 319); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D33EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D33EF is #E2CC10. Grayscale: #414141. Windows color (decimal): -14863377 or 15676189. OLE color: 15676189.

HSL color Cylindrical-coordinate representation of color #1D33EF: hue angle of 233.71º 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 #1D33EF is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 29 51 239 -
CMYK 0.88 0.79 0 0.06
HSL 233.71º 0.87% 0.53% -
HSV(B) 233.71º 0.88% 0.94% -
XYZ 17.27 8.86 82.46 -
YUV 65.85 225.71 101.71 -
System Red Green Blue C M Y K H S L
Decimal 29 51 239 0.88 0.79 0 0.06 233.71 0.87 0.53
Hex 1D 33 EF 58 4F 0 6 EA 57 35
Octal 35 63 357 130 117 0 6 352 127 65
Binary 11101 110011 11101111 1011000 1001111 0 110 11101010 1010111 110101

Color Harmonies of #1D33EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D33EF

Black with #1D33EF

Text Example


Text Example

White with #1D33EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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