Html Css Color HEX #1D3DBA Persian Blue

📋 copy color: '#1D3DBA'

red 29 ◦ green 61 ◦ blue 186

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

Shades of Persian Blue #1D3DBA

Tints of Persian Blue #1D3DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 67.39%

R = 10.51%
G = 22.1%
B = 67.39%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1D3DBA (or 0x1D3DBA) is known color: Persian Blue. HEX triplet: 1D, 3D and BA. RGB value is (29,61,186). Sum of RGB (Red+Green+Blue) = 29+61+186=276 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.51% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #1D3DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3DBA is #E2C245. Grayscale: #414141. Windows color (decimal): -14860870 or 12205341. OLE color: 12205341.

HSL color Cylindrical-coordinate representation of color #1D3DBA: hue angle of 227.77º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D3DBA is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 61 186 -
CMYK 0.84 0.67 0 0.27
HSL 227.77º 0.73% 0.42% -
HSV(B) 227.77º 0.84% 0.73% -
XYZ 11.04 7.14 47.25 -
YUV 65.68 195.9 101.84 -
System Red Green Blue C M Y K H S L
Decimal 29 61 186 0.84 0.67 0 0.27 227.77 0.73 0.42
Hex 1D 3D BA 54 43 0 1B E4 49 2A
Octal 35 75 272 124 103 0 33 344 111 52
Binary 11101 111101 10111010 1010100 1000011 0 11011 11100100 1001001 101010

Color Harmonies of #1D3DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3DBA

Black with #1D3DBA

Text Example


Text Example

White with #1D3DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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