#1023BD

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

Shades of Persian Blue #1023BD

Tints of Persian Blue #1023BD

Color information

#1023BD (or 0x1023BD) is unknown color: approx Persian Blue. HEX triplet: 10, 23 and BD. RGB value is (16,35,189). Sum of RGB (Red+Green+Blue) = 16+35+189=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 189 (74.22% from 255 or 78.75% from 240); Max value from RGB is 189 - color contains mainly: blue. Hex color #1023BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1023BD is #EFDC42. Grayscale: #2E2E2E. Windows color (decimal): -15719491 or 12395280. OLE color: 12395280.

HSL color Cylindrical-coordinate representation of color #1023BD: hue angle of 233.41º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1023BD is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1635189-
CMYK0.920.8100.26
HSL233.41º84.39%40.2%-
HSV(B)233.41º91.53%74.12%-
XYZ104.9948.58-
YUV46.88208.21105.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.67%
GREEN value IS 35 (14.06% from 255) = 14.58%
BLUE value IS 189 (74.22% from 255) = 78.75%
R=6.67%
G=14.58%
B=78.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal16351890.920.8100.26233.4184.3940.2
Hex1023BD5C5101Ae95428
Octal204327513412103235112450
Binary100001000111011110110111001010001011010111010011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1023BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1023BD; }

 p { color: rgb(16,35,189); }

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

<style>
 a { background-color: #1023BD; }

 a { background-color: rgb(16,35,189); }

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

<style>
 span { border-color: #1023BD; }

 span { border-color: rgb(16,35,189); }

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