Html Css Color HEX #1B2FAF Persian Blue

📋 copy color: '#1B2FAF'

red 27 ◦ green 47 ◦ blue 175

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

Shades of Persian Blue #1B2FAF

Tints of Persian Blue #1B2FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 70.28%

R = 10.84%
G = 18.88%
B = 70.28%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1B2FAF (or 0x1B2FAF) is known color: Persian Blue. HEX triplet: 1B, 2F and AF. RGB value is (27,47,175). Sum of RGB (Red+Green+Blue) = 27+47+175=249 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.84% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 175 (68.75% from 255 or 70.28% from 249); Max value from RGB is 175 - color contains mainly: blue. Hex color #1B2FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2FAF is #E4D050. Grayscale: #373737. Windows color (decimal): -14995537 or 11480859. OLE color: 11480859.

HSL color Cylindrical-coordinate representation of color #1B2FAF: hue angle of 231.89º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B2FAF is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 27 47 175 -
CMYK 0.85 0.73 0 0.31
HSL 231.89º 0.73% 0.4% -
HSV(B) 231.89º 0.85% 0.69% -
XYZ 9.21 5.36 41.11 -
YUV 55.61 195.37 107.59 -
System Red Green Blue C M Y K H S L
Decimal 27 47 175 0.85 0.73 0 0.31 231.89 0.73 0.4
Hex 1B 2F AF 55 49 0 1F E8 49 28
Octal 33 57 257 125 111 0 37 350 111 50
Binary 11011 101111 10101111 1010101 1001001 0 11111 11101000 1001001 101000

Color Harmonies of #1B2FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2FAF

Black with #1B2FAF

Text Example


Text Example

White with #1B2FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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