Html Css Color HEX #1B29AF Persian Blue

📋 copy color: '#1B29AF'

red 27 ◦ green 41 ◦ blue 175

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

Shades of Persian Blue #1B29AF

Tints of Persian Blue #1B29AF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.87%

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

R = 11.11%
G = 16.87%
B = 72.02%

CMYK

 C value IS 0.85

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1B29AF (or 0x1B29AF) is known color: Persian Blue. HEX triplet: 1B, 29 and AF. RGB value is (27,41,175). Sum of RGB (Red+Green+Blue) = 27+41+175=243 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.11% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 175 (68.75% from 255 or 72.02% from 243); Max value from RGB is 175 - color contains mainly: blue. Hex color #1B29AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B29AF is #E4D650. Grayscale: #333333. Windows color (decimal): -14997073 or 11479323. OLE color: 11479323.

HSL color Cylindrical-coordinate representation of color #1B29AF: hue angle of 234.32º 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 #1B29AF is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 27 41 175 -
CMYK 0.85 0.77 0 0.31
HSL 234.32º 0.73% 0.4% -
HSV(B) 234.32º 0.85% 0.69% -
XYZ 8.98 4.91 41.03 -
YUV 52.09 197.36 110.1 -
System Red Green Blue C M Y K H S L
Decimal 27 41 175 0.85 0.77 0 0.31 234.32 0.73 0.4
Hex 1B 29 AF 55 4D 0 1F EA 49 28
Octal 33 51 257 125 115 0 37 352 111 50
Binary 11011 101001 10101111 1010101 1001101 0 11111 11101010 1001001 101000

Color Harmonies of #1B29AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B29AF

Black with #1B29AF

Text Example


Text Example

White with #1B29AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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