Html Css Color HEX #1B41AE Persian Blue

📋 copy color: '#1B41AE'

red 27 ◦ green 65 ◦ blue 174

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

Shades of Persian Blue #1B41AE

Tints of Persian Blue #1B41AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 65.41%

R = 10.15%
G = 24.44%
B = 65.41%

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

#1B41AE (or 0x1B41AE) is known color: Persian Blue. HEX triplet: 1B, 41 and AE. RGB value is (27,65,174). Sum of RGB (Red+Green+Blue) = 27+65+174=266 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.15% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 174 (68.36% from 255 or 65.41% from 266); Max value from RGB is 174 - color contains mainly: blue. Hex color #1B41AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B41AE is #E4BE51. Grayscale: #414141. Windows color (decimal): -14990930 or 11419931. OLE color: 11419931.

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

Color convert

RGB 27 65 174 -
CMYK 0.84 0.63 0 0.32
HSL 224.49º 0.73% 0.39% -
HSV(B) 224.49º 0.84% 0.68% -
XYZ 9.98 7.07 40.88 -
YUV 66.06 188.91 100.14 -
System Red Green Blue C M Y K H S L
Decimal 27 65 174 0.84 0.63 0 0.32 224.49 0.73 0.39
Hex 1B 41 AE 54 3F 0 20 E0 49 27
Octal 33 101 256 124 77 0 40 340 111 47
Binary 11011 1000001 10101110 1010100 111111 0 100000 11100000 1001001 100111

Color Harmonies of #1B41AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B41AE

Black with #1B41AE

Text Example


Text Example

White with #1B41AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,65,174); }

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

background-color css

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

 a { background-color: rgb(27,65,174); }

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

border-color css

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

 span { border-color: rgb(27,65,174); }

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