Html Css Color HEX #1B46AD Persian Blue

📋 copy color: '#1B46AD'

red 27 ◦ green 70 ◦ blue 173

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

Shades of Persian Blue #1B46AD

Tints of Persian Blue #1B46AD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.93%

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

R = 10%
G = 25.93%
B = 64.07%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1B46AD (or 0x1B46AD) is known color: Persian Blue. HEX triplet: 1B, 46 and AD. RGB value is (27,70,173). Sum of RGB (Red+Green+Blue) = 27+70+173=270 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 173 (67.97% from 255 or 64.07% from 270); Max value from RGB is 173 - color contains mainly: blue. Hex color #1B46AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B46AD is #E4B952. Grayscale: #444444. Windows color (decimal): -14989651 or 11355675. OLE color: 11355675.

HSL color Cylindrical-coordinate representation of color #1B46AD: hue angle of 222.33º 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 #1B46AD is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 27 70 173 -
CMYK 0.84 0.60 0 0.32
HSL 222.33º 0.73% 0.39% -
HSV(B) 222.33º 0.84% 0.68% -
XYZ 10.18 7.63 40.47 -
YUV 68.89 186.75 98.12 -
System Red Green Blue C M Y K H S L
Decimal 27 70 173 0.84 0.60 0 0.32 222.33 0.73 0.39
Hex 1B 46 AD 54 3C 0 20 DE 49 27
Octal 33 106 255 124 74 0 40 336 111 47
Binary 11011 1000110 10101101 1010100 111100 0 100000 11011110 1001001 100111

Color Harmonies of #1B46AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B46AD

Black with #1B46AD

Text Example


Text Example

White with #1B46AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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