Html Css Color HEX #1D3DCB Persian Blue

📋 copy color: '#1D3DCB'

red 29 ◦ green 61 ◦ blue 203

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

Shades of Persian Blue #1D3DCB

Tints of Persian Blue #1D3DCB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.82%

 BLUE value IS 203 (79.69% from 255) = 69.28%

R = 9.9%
G = 20.82%
B = 69.28%

CMYK

 C value IS 0.86

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1D3DCB (or 0x1D3DCB) is known color: Persian Blue. HEX triplet: 1D, 3D and CB. RGB value is (29,61,203). Sum of RGB (Red+Green+Blue) = 29+61+203=293 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.90% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 203 (79.69% from 255 or 69.28% from 293); Max value from RGB is 203 - color contains mainly: blue. Hex color #1D3DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3DCB is #E2C234. Grayscale: #434343. Windows color (decimal): -14860853 or 13319453. OLE color: 13319453.

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

Color convert

RGB 29 61 203 -
CMYK 0.86 0.70 0 0.20
HSL 228.97º 0.75% 0.45% -
HSV(B) 228.97º 0.86% 0.8% -
XYZ 12.95 7.91 57.34 -
YUV 67.62 204.4 100.45 -
System Red Green Blue C M Y K H S L
Decimal 29 61 203 0.86 0.70 0 0.20 228.97 0.75 0.45
Hex 1D 3D CB 56 46 0 14 E5 4B 2D
Octal 35 75 313 126 106 0 24 345 113 55
Binary 11101 111101 11001011 1010110 1000110 0 10100 11100101 1001011 101101

Color Harmonies of #1D3DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3DCB

Black with #1D3DCB

Text Example


Text Example

White with #1D3DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,61,203); }

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

background-color css

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

 a { background-color: rgb(29,61,203); }

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

border-color css

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

 span { border-color: rgb(29,61,203); }

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