#0f3ecb

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

Shades of Persian Blue #0F3ECB

Tints of Persian Blue #0F3ECB

Color information

#0F3ECB (or 0x0F3ECB) is unknown color: approx Persian Blue. HEX triplet: 0F, 3E and CB. RGB value is (15,62,203). Sum of RGB (Red+Green+Blue) = 15+62+203=280 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.36% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 203 (79.69% from 255 or 72.5% from 280); Max value from RGB is 203 - color contains mainly: blue. Hex color #0F3ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F3ECB is #F0C134. Grayscale: #3F3F3F. Windows color (decimal): -15778101 or 13319695. OLE color: 13319695.

HSL color Cylindrical-coordinate representation of color #0F3ECB: hue angle of 225º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F3ECB is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1562203-
CMYK0.930.6900.20
HSL225º86.24%42.75%-
HSV(B)225º92.61%79.61%-
XYZ12.77.8657.35-
YUV64.02206.4393.04-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.36%
GREEN value IS 62 (24.61% from 255) = 22.14%
BLUE value IS 203 (79.69% from 255) = 72.5%
R=5.36%
G=22.14%
B=72.5%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal15622030.930.6900.2022586.2442.75
HexF3ECB5D45014e1562b
Octal177631313510502434112653
Binary11111111101100101110111011000101010100111000011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f3ecb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,62,203); }

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

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

 a { background-color: rgb(15,62,203); }

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

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

 span { border-color: rgb(15,62,203); }

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