Html Css Color HEX #1D40CA Persian Blue

📋 copy color: '#1D40CA'

red 29 ◦ green 64 ◦ blue 202

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

Shades of Persian Blue #1D40CA

Tints of Persian Blue #1D40CA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.69%

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

R = 9.83%
G = 21.69%
B = 68.47%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1D40CA (or 0x1D40CA) is known color: Persian Blue. HEX triplet: 1D, 40 and CA. RGB value is (29,64,202). Sum of RGB (Red+Green+Blue) = 29+64+202=295 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.83% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 202 (79.30% from 255 or 68.47% from 295); Max value from RGB is 202 - color contains mainly: blue. Hex color #1D40CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D40CA is #E2BF35. Grayscale: #444444. Windows color (decimal): -14860086 or 13254685. OLE color: 13254685.

HSL color Cylindrical-coordinate representation of color #1D40CA: hue angle of 227.86º 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 #1D40CA is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 29 64 202 -
CMYK 0.86 0.68 0 0.21
HSL 227.86º 0.75% 0.45% -
HSV(B) 227.86º 0.86% 0.79% -
XYZ 13 8.19 56.77 -
YUV 69.27 202.9 99.28 -
System Red Green Blue C M Y K H S L
Decimal 29 64 202 0.86 0.68 0 0.21 227.86 0.75 0.45
Hex 1D 40 CA 56 44 0 15 E4 4B 2D
Octal 35 100 312 126 104 0 25 344 113 55
Binary 11101 1000000 11001010 1010110 1000100 0 10101 11100100 1001011 101101

Color Harmonies of #1D40CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D40CA

Black with #1D40CA

Text Example


Text Example

White with #1D40CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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