#151DBA

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

Shades of Persian Blue #151DBA

Tints of Persian Blue #151DBA

Color information

#151DBA (or 0x151DBA) is unknown color: approx Persian Blue. HEX triplet: 15, 1D and BA. RGB value is (21,29,186). Sum of RGB (Red+Green+Blue) = 21+29+186=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 186 (73.05% from 255 or 78.81% from 236); Max value from RGB is 186 - color contains mainly: blue. Hex color #151DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151DBA is #EAE245. Grayscale: #2B2B2B. Windows color (decimal): -15393350 or 12197141. OLE color: 12197141.

HSL color Cylindrical-coordinate representation of color #151DBA: hue angle of 237.09º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #151DBA is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2129186-
CMYK0.890.8400.27
HSL237.09º79.71%40.59%-
HSV(B)237.09º88.71%72.94%-
XYZ9.614.5846.83-
YUV44.51207.85111.23-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.90%
GREEN value IS 29 (11.72% from 255) = 12.29%
BLUE value IS 186 (73.05% from 255) = 78.81%
R=8.90%
G=12.29%
B=78.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21291860.890.8400.27237.0979.7140.59
Hex151DBA595401Bed5029
Octal253527213112403335512051
Binary10101111011011101010110011010100011011111011011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151DBA; }

 p { color: rgb(21,29,186); }

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

<style>
 a { background-color: #151DBA; }

 a { background-color: rgb(21,29,186); }

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

<style>
 span { border-color: #151DBA; }

 span { border-color: rgb(21,29,186); }

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