Html Css Color HEX #1D3DBF Persian Blue

📋 copy color: '#1D3DBF'

red 29 ◦ green 61 ◦ blue 191

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

Shades of Persian Blue #1D3DBF

Tints of Persian Blue #1D3DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 67.97%

R = 10.32%
G = 21.71%
B = 67.97%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1D3DBF (or 0x1D3DBF) is known color: Persian Blue. HEX triplet: 1D, 3D and BF. RGB value is (29,61,191). Sum of RGB (Red+Green+Blue) = 29+61+191=281 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.32% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 191 (75% from 255 or 67.97% from 281); Max value from RGB is 191 - color contains mainly: blue. Hex color #1D3DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3DBF is #E2C240. Grayscale: #414141. Windows color (decimal): -14860865 or 12533021. OLE color: 12533021.

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

Color convert

RGB 29 61 191 -
CMYK 0.85 0.68 0 0.25
HSL 228.15º 0.74% 0.43% -
HSV(B) 228.15º 0.85% 0.75% -
XYZ 11.58 7.36 50.1 -
YUV 66.25 198.4 101.43 -
System Red Green Blue C M Y K H S L
Decimal 29 61 191 0.85 0.68 0 0.25 228.15 0.74 0.43
Hex 1D 3D BF 55 44 0 19 E4 4A 2B
Octal 35 75 277 125 104 0 31 344 112 53
Binary 11101 111101 10111111 1010101 1000100 0 11001 11100100 1001010 101011

Color Harmonies of #1D3DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3DBF

Black with #1D3DBF

Text Example


Text Example

White with #1D3DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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