#0F2ADE

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

Shades of Persian Blue #0F2ADE

Tints of Persian Blue #0F2ADE

Color information

#0F2ADE (or 0x0F2ADE) is unknown color: approx Persian Blue. HEX triplet: 0F, 2A and DE. RGB value is (15,42,222). Sum of RGB (Red+Green+Blue) = 15+42+222=279 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.38% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 222 (87.11% from 255 or 79.57% from 279); Max value from RGB is 222 - color contains mainly: blue. Hex color #0F2ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F2ADE is #F0D521. Grayscale: #353535. Windows color (decimal): -15783202 or 14559759. OLE color: 14559759.

HSL color Cylindrical-coordinate representation of color #0F2ADE: hue angle of 232.17º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F2ADE is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1542222-
CMYK0.930.8100.13
HSL232.17º87.34%46.47%-
HSV(B)232.17º93.24%87.06%-
XYZ14.217.0369.72-
YUV54.45222.5599.86-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.38%
GREEN value IS 42 (16.80% from 255) = 15.05%
BLUE value IS 222 (87.11% from 255) = 79.57%
R=5.38%
G=15.05%
B=79.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal15422220.930.8100.13232.1787.3446.47
HexF2ADE5D510De8572e
Octal175233613512101535012756
Binary1111101010110111101011101101000101101111010001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,42,222); }

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

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

 a { background-color: rgb(15,42,222); }

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

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

 span { border-color: rgb(15,42,222); }

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