Html Css Color HEX #1D40BC Persian Blue

📋 copy color: '#1D40BC'

red 29 ◦ green 64 ◦ blue 188

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

Shades of Persian Blue #1D40BC

Tints of Persian Blue #1D40BC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.78%

 BLUE value IS 188 (73.83% from 255) = 66.9%

R = 10.32%
G = 22.78%
B = 66.9%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1D40BC (or 0x1D40BC) is known color: Persian Blue. HEX triplet: 1D, 40 and BC. RGB value is (29,64,188). Sum of RGB (Red+Green+Blue) = 29+64+188=281 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.32% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #1D40BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D40BC is #E2BF43. Grayscale: #434343. Windows color (decimal): -14860100 or 12337181. OLE color: 12337181.

HSL color Cylindrical-coordinate representation of color #1D40BC: hue angle of 226.79º 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 #1D40BC is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 29 64 188 -
CMYK 0.85 0.66 0 0.26
HSL 226.79º 0.73% 0.43% -
HSV(B) 226.79º 0.85% 0.74% -
XYZ 11.42 7.56 48.43 -
YUV 67.67 195.9 100.42 -
System Red Green Blue C M Y K H S L
Decimal 29 64 188 0.85 0.66 0 0.26 226.79 0.73 0.43
Hex 1D 40 BC 55 42 0 1A E3 49 2B
Octal 35 100 274 125 102 0 32 343 111 53
Binary 11101 1000000 10111100 1010101 1000010 0 11010 11100011 1001001 101011

Color Harmonies of #1D40BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D40BC

Black with #1D40BC

Text Example


Text Example

White with #1D40BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,64,188); }

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

background-color css

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

 a { background-color: rgb(29,64,188); }

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

border-color css

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

 span { border-color: rgb(29,64,188); }

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