#1F26BD

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

Shades of Persian Blue #1F26BD

Tints of Persian Blue #1F26BD

Color information

#1F26BD (or 0x1F26BD) is unknown color: approx Persian Blue. HEX triplet: 1F, 26 and BD. RGB value is (31,38,189). Sum of RGB (Red+Green+Blue) = 31+38+189=258 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.02% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 189 (74.22% from 255 or 73.26% from 258); Max value from RGB is 189 - color contains mainly: blue. Hex color #1F26BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F26BD is #E0D942. Grayscale: #343434. Windows color (decimal): -14735683 or 12396063. OLE color: 12396063.

HSL color Cylindrical-coordinate representation of color #1F26BD: hue angle of 237.34º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F26BD is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3138189-
CMYK0.840.8000.26
HSL237.34º71.82%43.14%-
HSV(B)237.34º83.6%74.12%-
XYZ10.445.3548.63-
YUV53.12204.68112.22-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.02%
GREEN value IS 38 (15.23% from 255) = 14.73%
BLUE value IS 189 (74.22% from 255) = 73.26%
R=12.02%
G=14.73%
B=73.26%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal31381890.840.8000.26237.3471.8243.14
Hex1F26BD545001Aed482b
Octal374627512412003235511053
Binary111111001101011110110101001010000011010111011011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F26BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,38,189); }

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

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

 a { background-color: rgb(31,38,189); }

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

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

 span { border-color: rgb(31,38,189); }

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