#0F23BC

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

Shades of Persian Blue #0F23BC

Tints of Persian Blue #0F23BC

Color information

#0F23BC (or 0x0F23BC) is unknown color: approx Persian Blue. HEX triplet: 0F, 23 and BC. RGB value is (15,35,188). Sum of RGB (Red+Green+Blue) = 15+35+188=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 188 (73.83% from 255 or 78.99% from 238); Max value from RGB is 188 - color contains mainly: blue. Hex color #0F23BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F23BC is #F0DC43. Grayscale: #2D2D2D. Windows color (decimal): -15785028 or 12329743. OLE color: 12329743.

HSL color Cylindrical-coordinate representation of color #0F23BC: hue angle of 233.06º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F23BC is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1535188-
CMYK0.920.8100.26
HSL233.06º85.22%39.8%-
HSV(B)233.06º92.02%73.73%-
XYZ9.884.9348.01-
YUV46.46207.87105.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.30%
GREEN value IS 35 (14.06% from 255) = 14.71%
BLUE value IS 188 (73.83% from 255) = 78.99%
R=6.30%
G=14.71%
B=78.99%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal15351880.920.8100.26233.0685.2239.8
HexF23BC5C5101Ae95528
Octal174327413412103235112550
Binary11111000111011110010111001010001011010111010011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F23BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,35,188); }

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

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

 a { background-color: rgb(15,35,188); }

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

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

 span { border-color: rgb(15,35,188); }

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