#1225BF

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

Shades of Persian Blue #1225BF

Tints of Persian Blue #1225BF

Color information

#1225BF (or 0x1225BF) is unknown color: approx Persian Blue. HEX triplet: 12, 25 and BF. RGB value is (18,37,191). Sum of RGB (Red+Green+Blue) = 18+37+191=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 191 (75% from 255 or 77.64% from 246); Max value from RGB is 191 - color contains mainly: blue. Hex color #1225BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1225BF is #EDDA40. Grayscale: #303030. Windows color (decimal): -15587905 or 12526866. OLE color: 12526866.

HSL color Cylindrical-coordinate representation of color #1225BF: hue angle of 233.41º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1225BF is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1837191-
CMYK0.910.8100.25
HSL233.41º82.78%40.98%-
HSV(B)233.41º90.58%74.9%-
XYZ10.315.2149.75-
YUV48.88208.21105.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.32%
GREEN value IS 37 (14.84% from 255) = 15.04%
BLUE value IS 191 (75% from 255) = 77.64%
R=7.32%
G=15.04%
B=77.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18371910.910.8100.25233.4182.7840.98
Hex1225BF5B51019e95329
Octal224527713312103135112351
Binary100101001011011111110110111010001011001111010011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1225BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1225BF; }

 p { color: rgb(18,37,191); }

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

<style>
 a { background-color: #1225BF; }

 a { background-color: rgb(18,37,191); }

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

<style>
 span { border-color: #1225BF; }

 span { border-color: rgb(18,37,191); }

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