Html Css Color HEX #1D23E0 Persian Blue

📋 copy color: '#1D23E0'

red 29 ◦ green 35 ◦ blue 224

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

Shades of Persian Blue #1D23E0

Tints of Persian Blue #1D23E0

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.15%

 BLUE value IS 224 (87.89% from 255) = 77.78%

R = 10.07%
G = 12.15%
B = 77.78%

CMYK

 C value IS 0.87

 M value IS 0.84

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1D23E0 (or 0x1D23E0) is known color: Persian Blue. HEX triplet: 1D, 23 and E0. RGB value is (29,35,224). Sum of RGB (Red+Green+Blue) = 29+35+224=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 224 (87.89% from 255 or 77.78% from 288); Max value from RGB is 224 - color contains mainly: blue. Hex color #1D23E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D23E0 is #E2DC1F. Grayscale: #353535. Windows color (decimal): -14867488 or 14689053. OLE color: 14689053.

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

Color convert

RGB 29 35 224 -
CMYK 0.87 0.84 0 0.12
HSL 238.15º 0.77% 0.5% -
HSV(B) 238.15º 0.87% 0.88% -
XYZ 14.56 6.85 71.07 -
YUV 54.75 223.51 109.63 -
System Red Green Blue C M Y K H S L
Decimal 29 35 224 0.87 0.84 0 0.12 238.15 0.77 0.5
Hex 1D 23 E0 57 54 0 C EE 4D 32
Octal 35 43 340 127 124 0 14 356 115 62
Binary 11101 100011 11100000 1010111 1010100 0 1100 11101110 1001101 110010

Color Harmonies of #1D23E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D23E0

Black with #1D23E0

Text Example


Text Example

White with #1D23E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,35,224); }

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

background-color css

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

 a { background-color: rgb(29,35,224); }

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

border-color css

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

 span { border-color: rgb(29,35,224); }

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