Html Css Color HEX #1D23CA Persian Blue

📋 copy color: '#1D23CA'

red 29 ◦ green 35 ◦ blue 202

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

Shades of Persian Blue #1D23CA

Tints of Persian Blue #1D23CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 75.94%

R = 10.9%
G = 13.16%
B = 75.94%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1D23CA (or 0x1D23CA) is known color: Persian Blue. HEX triplet: 1D, 23 and CA. RGB value is (29,35,202). Sum of RGB (Red+Green+Blue) = 29+35+202=266 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.90% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 202 (79.30% from 255 or 75.94% from 266); Max value from RGB is 202 - color contains mainly: blue. Hex color #1D23CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D23CA is #E2DC35. Grayscale: #333333. Windows color (decimal): -14867510 or 13247261. OLE color: 13247261.

HSL color Cylindrical-coordinate representation of color #1D23CA: hue angle of 237.92º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D23CA is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 29 35 202 -
CMYK 0.86 0.83 0 0.21
HSL 237.92º 0.75% 0.45% -
HSV(B) 237.92º 0.86% 0.79% -
XYZ 11.77 5.73 56.36 -
YUV 52.24 212.51 111.42 -
System Red Green Blue C M Y K H S L
Decimal 29 35 202 0.86 0.83 0 0.21 237.92 0.75 0.45
Hex 1D 23 CA 56 53 0 15 EE 4B 2D
Octal 35 43 312 126 123 0 25 356 113 55
Binary 11101 100011 11001010 1010110 1010011 0 10101 11101110 1001011 101101

Color Harmonies of #1D23CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D23CA

Black with #1D23CA

Text Example


Text Example

White with #1D23CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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