Html Css Color HEX #1D41B7 Persian Blue

📋 copy color: '#1D41B7'

red 29 ◦ green 65 ◦ blue 183

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

Shades of Persian Blue #1D41B7

Tints of Persian Blue #1D41B7

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.47%

 BLUE value IS 183 (71.88% from 255) = 66.06%

R = 10.47%
G = 23.47%
B = 66.06%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#1D41B7 (or 0x1D41B7) is known color: Persian Blue. HEX triplet: 1D, 41 and B7. RGB value is (29,65,183). Sum of RGB (Red+Green+Blue) = 29+65+183=277 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.47% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 183 (71.88% from 255 or 66.06% from 277); Max value from RGB is 183 - color contains mainly: blue. Hex color #1D41B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D41B7 is #E2BE48. Grayscale: #434343. Windows color (decimal): -14859849 or 12009757. OLE color: 12009757.

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

Color convert

RGB 29 65 183 -
CMYK 0.84 0.64 0 0.28
HSL 225.97º 0.73% 0.42% -
HSV(B) 225.97º 0.84% 0.72% -
XYZ 10.94 7.46 45.66 -
YUV 67.69 193.07 100.41 -
System Red Green Blue C M Y K H S L
Decimal 29 65 183 0.84 0.64 0 0.28 225.97 0.73 0.42
Hex 1D 41 B7 54 40 0 1C E2 49 2A
Octal 35 101 267 124 100 0 34 342 111 52
Binary 11101 1000001 10110111 1010100 1000000 0 11100 11100010 1001001 101010

Color Harmonies of #1D41B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D41B7

Black with #1D41B7

Text Example


Text Example

White with #1D41B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,65,183); }

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

background-color css

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

 a { background-color: rgb(29,65,183); }

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

border-color css

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

 span { border-color: rgb(29,65,183); }

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