Html Css Color HEX #1B2FAE Persian Blue

📋 copy color: '#1B2FAE'

red 27 ◦ green 47 ◦ blue 174

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

Shades of Persian Blue #1B2FAE

Tints of Persian Blue #1B2FAE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.95%

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

R = 10.89%
G = 18.95%
B = 70.16%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1B2FAE (or 0x1B2FAE) is known color: Persian Blue. HEX triplet: 1B, 2F and AE. RGB value is (27,47,174). Sum of RGB (Red+Green+Blue) = 27+47+174=248 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.89% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 174 (68.36% from 255 or 70.16% from 248); Max value from RGB is 174 - color contains mainly: blue. Hex color #1B2FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2FAE is #E4D051. Grayscale: #363636. Windows color (decimal): -14995538 or 11415323. OLE color: 11415323.

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

Color convert

RGB 27 47 174 -
CMYK 0.84 0.73 0 0.32
HSL 231.84º 0.73% 0.39% -
HSV(B) 231.84º 0.84% 0.68% -
XYZ 9.11 5.32 40.59 -
YUV 55.5 194.87 107.67 -
System Red Green Blue C M Y K H S L
Decimal 27 47 174 0.84 0.73 0 0.32 231.84 0.73 0.39
Hex 1B 2F AE 54 49 0 20 E8 49 27
Octal 33 57 256 124 111 0 40 350 111 47
Binary 11011 101111 10101110 1010100 1001001 0 100000 11101000 1001001 100111

Color Harmonies of #1B2FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2FAE

Black with #1B2FAE

Text Example


Text Example

White with #1B2FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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