Html Css Color HEX #1B40AD Persian Blue

📋 copy color: '#1B40AD'

red 27 ◦ green 64 ◦ blue 173

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

Shades of Persian Blue #1B40AD

Tints of Persian Blue #1B40AD

RGB

 RED value IS 27 (10.94% from 255) = 10.23%

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

 BLUE value IS 173 (67.97% from 255) = 65.53%

R = 10.23%
G = 24.24%
B = 65.53%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1B40AD (or 0x1B40AD) is known color: Persian Blue. HEX triplet: 1B, 40 and AD. RGB value is (27,64,173). Sum of RGB (Red+Green+Blue) = 27+64+173=264 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.23% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 173 (67.97% from 255 or 65.53% from 264); Max value from RGB is 173 - color contains mainly: blue. Hex color #1B40AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B40AD is #E4BF52. Grayscale: #404040. Windows color (decimal): -14991187 or 11354139. OLE color: 11354139.

HSL color Cylindrical-coordinate representation of color #1B40AD: hue angle of 224.79º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B40AD is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 27 64 173 -
CMYK 0.84 0.63 0 0.32
HSL 224.79º 0.73% 0.39% -
HSV(B) 224.79º 0.84% 0.68% -
XYZ 9.83 6.92 40.35 -
YUV 65.36 188.74 100.64 -
System Red Green Blue C M Y K H S L
Decimal 27 64 173 0.84 0.63 0 0.32 224.79 0.73 0.39
Hex 1B 40 AD 54 3F 0 20 E1 49 27
Octal 33 100 255 124 77 0 40 341 111 47
Binary 11011 1000000 10101101 1010100 111111 0 100000 11100001 1001001 100111

Color Harmonies of #1B40AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B40AD

Black with #1B40AD

Text Example


Text Example

White with #1B40AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,64,173); }

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

background-color css

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

 a { background-color: rgb(27,64,173); }

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

border-color css

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

 span { border-color: rgb(27,64,173); }

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