#0F3ABA

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

Shades of Persian Blue #0F3ABA

Tints of Persian Blue #0F3ABA

Color information

#0F3ABA (or 0x0F3ABA) is unknown color: approx Persian Blue. HEX triplet: 0F, 3A and BA. RGB value is (15,58,186). Sum of RGB (Red+Green+Blue) = 15+58+186=259 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.79% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 186 (73.05% from 255 or 71.81% from 259); Max value from RGB is 186 - color contains mainly: blue. Hex color #0F3ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F3ABA is #F0C545. Grayscale: #3B3B3B. Windows color (decimal): -15779142 or 12204559. OLE color: 12204559.

HSL color Cylindrical-coordinate representation of color #0F3ABA: hue angle of 224.91º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F3ABA is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1558186-
CMYK0.920.6900.27
HSL224.91º85.07%39.41%-
HSV(B)224.91º91.94%72.94%-
XYZ10.576.6747.19-
YUV59.74199.2596.09-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.79%
GREEN value IS 58 (23.05% from 255) = 22.39%
BLUE value IS 186 (73.05% from 255) = 71.81%
R=5.79%
G=22.39%
B=71.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15581860.920.6900.27224.9185.0739.41
HexF3ABA5C4501Be15527
Octal177227213410503334112547
Binary11111110101011101010111001000101011011111000011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F3ABA; }

 p { color: rgb(15,58,186); }

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

<style>
 a { background-color: #0F3ABA; }

 a { background-color: rgb(15,58,186); }

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

<style>
 span { border-color: #0F3ABA; }

 span { border-color: rgb(15,58,186); }

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