Html Css Color HEX #1D3DBD Persian Blue

📋 copy color: '#1D3DBD'

red 29 ◦ green 61 ◦ blue 189

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

Shades of Persian Blue #1D3DBD

Tints of Persian Blue #1D3DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 67.74%

R = 10.39%
G = 21.86%
B = 67.74%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1D3DBD (or 0x1D3DBD) is known color: Persian Blue. HEX triplet: 1D, 3D and BD. RGB value is (29,61,189). Sum of RGB (Red+Green+Blue) = 29+61+189=279 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.39% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 189 (74.22% from 255 or 67.74% from 279); Max value from RGB is 189 - color contains mainly: blue. Hex color #1D3DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3DBD is #E2C242. Grayscale: #414141. Windows color (decimal): -14860867 or 12401949. OLE color: 12401949.

HSL color Cylindrical-coordinate representation of color #1D3DBD: hue angle of 228º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D3DBD is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 29 61 189 -
CMYK 0.85 0.68 0 0.26
HSL 228º 0.73% 0.43% -
HSV(B) 228º 0.85% 0.74% -
XYZ 11.36 7.27 48.95 -
YUV 66.02 197.4 101.59 -
System Red Green Blue C M Y K H S L
Decimal 29 61 189 0.85 0.68 0 0.26 228 0.73 0.43
Hex 1D 3D BD 55 44 0 1A E4 49 2B
Octal 35 75 275 125 104 0 32 344 111 53
Binary 11101 111101 10111101 1010101 1000100 0 11010 11100100 1001001 101011

Color Harmonies of #1D3DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3DBD

Black with #1D3DBD

Text Example


Text Example

White with #1D3DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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