Html Css Color HEX #1B46AC Persian Blue

📋 copy color: '#1B46AC'

red 27 ◦ green 70 ◦ blue 172

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

Shades of Persian Blue #1B46AC

Tints of Persian Blue #1B46AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 63.94%

R = 10.04%
G = 26.02%
B = 63.94%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1B46AC (or 0x1B46AC) is known color: Persian Blue. HEX triplet: 1B, 46 and AC. RGB value is (27,70,172). Sum of RGB (Red+Green+Blue) = 27+70+172=269 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.04% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B46AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B46AC is #E4B953. Grayscale: #444444. Windows color (decimal): -14989652 or 11290139. OLE color: 11290139.

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

Color convert

RGB 27 70 172 -
CMYK 0.84 0.59 0 0.33
HSL 222.21º 0.73% 0.39% -
HSV(B) 222.21º 0.84% 0.67% -
XYZ 10.09 7.59 39.96 -
YUV 68.77 186.25 98.21 -
System Red Green Blue C M Y K H S L
Decimal 27 70 172 0.84 0.59 0 0.33 222.21 0.73 0.39
Hex 1B 46 AC 54 3B 0 21 DE 49 27
Octal 33 106 254 124 73 0 41 336 111 47
Binary 11011 1000110 10101100 1010100 111011 0 100001 11011110 1001001 100111

Color Harmonies of #1B46AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B46AC

Black with #1B46AC

Text Example


Text Example

White with #1B46AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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