#1B23B2

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

Shades of Persian Blue #1B23B2

Tints of Persian Blue #1B23B2

Color information

#1B23B2 (or 0x1B23B2) is unknown color: approx Persian Blue. HEX triplet: 1B, 23 and B2. RGB value is (27,35,178). Sum of RGB (Red+Green+Blue) = 27+35+178=240 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.25% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 178 (69.92% from 255 or 74.17% from 240); Max value from RGB is 178 - color contains mainly: blue. Hex color #1B23B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B23B2 is #E4DC4D. Grayscale: #303030. Windows color (decimal): -14998606 or 11674395. OLE color: 11674395.

HSL color Cylindrical-coordinate representation of color #1B23B2: hue angle of 236.82º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B23B2 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2735178-
CMYK0.850.8000.30
HSL236.82º73.66%40.2%-
HSV(B)236.82º84.83%69.8%-
XYZ9.094.6542.54-
YUV48.91200.85112.37-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.25%
GREEN value IS 35 (14.06% from 255) = 14.58%
BLUE value IS 178 (69.92% from 255) = 74.17%
R=11.25%
G=14.58%
B=74.17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal27351780.850.8000.30236.8273.6640.2
Hex1B23B2555001Eed4a28
Octal334326212512003635511250
Binary110111000111011001010101011010000011110111011011001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B23B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,35,178); }

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

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

 a { background-color: rgb(27,35,178); }

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

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

 span { border-color: rgb(27,35,178); }

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