#1238BD

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

Shades of Persian Blue #1238BD

Tints of Persian Blue #1238BD

Color information

#1238BD (or 0x1238BD) is unknown color: approx Persian Blue. HEX triplet: 12, 38 and BD. RGB value is (18,56,189). Sum of RGB (Red+Green+Blue) = 18+56+189=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 189 (74.22% from 255 or 71.86% from 263); Max value from RGB is 189 - color contains mainly: blue. Hex color #1238BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1238BD is #EDC742. Grayscale: #3B3B3B. Windows color (decimal): -15583043 or 12400658. OLE color: 12400658.

HSL color Cylindrical-coordinate representation of color #1238BD: hue angle of 226.67º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1238BD is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1856189-
CMYK0.900.7000.26
HSL226.67º82.61%40.59%-
HSV(B)226.67º90.48%74.12%-
XYZ10.856.6348.85-
YUV59.8200.9198.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.84%
GREEN value IS 56 (22.27% from 255) = 21.29%
BLUE value IS 189 (74.22% from 255) = 71.86%
R=6.84%
G=21.29%
B=71.86%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18561890.900.7000.26226.6782.6140.59
Hex1238BD5A4601Ae35329
Octal227027513210603234312351
Binary100101110001011110110110101000110011010111000111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1238BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,56,189); }

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

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

 a { background-color: rgb(18,56,189); }

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

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

 span { border-color: rgb(18,56,189); }

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