Html Css Color HEX #1D3FCA Persian Blue

📋 copy color: '#1D3FCA'

red 29 ◦ green 63 ◦ blue 202

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

Shades of Persian Blue #1D3FCA

Tints of Persian Blue #1D3FCA

RGB

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

 GREEN value IS 63 (25% from 255) = 21.43%

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

R = 9.86%
G = 21.43%
B = 68.71%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1D3FCA (or 0x1D3FCA) is known color: Persian Blue. HEX triplet: 1D, 3F and CA. RGB value is (29,63,202). Sum of RGB (Red+Green+Blue) = 29+63+202=294 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.86% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 202 (79.30% from 255 or 68.71% from 294); Max value from RGB is 202 - color contains mainly: blue. Hex color #1D3FCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3FCA is #E2C035. Grayscale: #444444. Windows color (decimal): -14860342 or 13254429. OLE color: 13254429.

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

Color convert

RGB 29 63 202 -
CMYK 0.86 0.69 0 0.21
HSL 228.21º 0.75% 0.45% -
HSV(B) 228.21º 0.86% 0.79% -
XYZ 12.94 8.08 56.75 -
YUV 68.68 203.24 99.7 -
System Red Green Blue C M Y K H S L
Decimal 29 63 202 0.86 0.69 0 0.21 228.21 0.75 0.45
Hex 1D 3F CA 56 45 0 15 E4 4B 2D
Octal 35 77 312 126 105 0 25 344 113 55
Binary 11101 111111 11001010 1010110 1000101 0 10101 11100100 1001011 101101

Color Harmonies of #1D3FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3FCA

Black with #1D3FCA

Text Example


Text Example

White with #1D3FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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