#1B3AAF

Color #1B3AAF Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1B3AAF

Tints of Persian Blue #1B3AAF

Color information

#1B3AAF (or 0x1B3AAF) is unknown color: approx Persian Blue. HEX triplet: 1B, 3A and AF. RGB value is (27,58,175). Sum of RGB (Red+Green+Blue) = 27+58+175=260 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.38% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 175 (68.75% from 255 or 67.31% from 260); Max value from RGB is 175 - color contains mainly: blue. Hex color #1B3AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3AAF is #E4C550. Grayscale: #3D3D3D. Windows color (decimal): -14992721 or 11483675. OLE color: 11483675.

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

Color convert

RGB2758175-
CMYK0.850.6700.31
HSL227.43º73.27%39.61%-
HSV(B)227.43º84.57%68.63%-
XYZ9.76.3541.27-
YUV62.07191.73102.99-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.38%
GREEN value IS 58 (23.05% from 255) = 22.31%
BLUE value IS 175 (68.75% from 255) = 67.31%
R=10.38%
G=22.31%
B=67.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal27581750.850.6700.31227.4373.2739.61
Hex1B3AAF554301Fe34928
Octal337225712510303734311150
Binary110111110101010111110101011000011011111111000111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1B3AAF;
 }
 .AnyTagClassName
 {
   color: #1B3AAF;
 }
</style>
background-color css

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

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

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

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

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

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