Html Css Color HEX #1B44AF Persian Blue

📋 copy color: '#1B44AF'

red 27 ◦ green 68 ◦ blue 175

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

Shades of Persian Blue #1B44AF

Tints of Persian Blue #1B44AF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.19%

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

R = 10%
G = 25.19%
B = 64.81%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1B44AF (or 0x1B44AF) is known color: Persian Blue. HEX triplet: 1B, 44 and AF. RGB value is (27,68,175). Sum of RGB (Red+Green+Blue) = 27+68+175=270 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 175 (68.75% from 255 or 64.81% from 270); Max value from RGB is 175 - color contains mainly: blue. Hex color #1B44AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B44AF is #E4BB50. Grayscale: #434343. Windows color (decimal): -14990161 or 11486235. OLE color: 11486235.

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

Color convert

RGB 27 68 175 -
CMYK 0.85 0.61 0 0.31
HSL 223.38º 0.73% 0.4% -
HSV(B) 223.38º 0.85% 0.69% -
XYZ 10.26 7.46 41.46 -
YUV 67.94 188.42 98.8 -
System Red Green Blue C M Y K H S L
Decimal 27 68 175 0.85 0.61 0 0.31 223.38 0.73 0.4
Hex 1B 44 AF 55 3D 0 1F DF 49 28
Octal 33 104 257 125 75 0 37 337 111 50
Binary 11011 1000100 10101111 1010101 111101 0 11111 11011111 1001001 101000

Color Harmonies of #1B44AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B44AF

Black with #1B44AF

Text Example


Text Example

White with #1B44AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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