Html Css Color HEX #0F32BC Persian Blue

📋 copy color: '#0F32BC'

red 15 ◦ green 50 ◦ blue 188

#0F32BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #0F32BC

Tints of Persian Blue #0F32BC

RGB

 RED value IS 15 (6.25% from 255) = 5.93%

 GREEN value IS 50 (19.92% from 255) = 19.76%

 BLUE value IS 188 (73.83% from 255) = 74.31%

R = 5.93%
G = 19.76%
B = 74.31%

CMYK

 C value IS 0.92

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0F32BC (or 0x0F32BC) is known color: Persian Blue. HEX triplet: 0F, 32 and BC. RGB value is (15,50,188). Sum of RGB (Red+Green+Blue) = 15+50+188=253 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.93% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 188 (73.83% from 255 or 74.31% from 253); Max value from RGB is 188 - color contains mainly: blue. Hex color #0F32BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F32BC is #F0CD43. Grayscale: #363636. Windows color (decimal): -15781188 or 12333583. OLE color: 12333583.

HSL color Cylindrical-coordinate representation of color #0F32BC: hue angle of 227.86º 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 #0F32BC is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 15 50 188 -
CMYK 0.92 0.73 0 0.26
HSL 227.86º 0.85% 0.4% -
HSV(B) 227.86º 0.92% 0.74% -
XYZ 10.41 6.01 48.19 -
YUV 55.27 202.9 99.28 -
System Red Green Blue C M Y K H S L
Decimal 15 50 188 0.92 0.73 0 0.26 227.86 0.85 0.4
Hex F 32 BC 5C 49 0 1A E4 55 28
Octal 17 62 274 134 111 0 32 344 125 50
Binary 1111 110010 10111100 1011100 1001001 0 11010 11100100 1010101 101000

Color Harmonies of #0F32BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F32BC

Black with #0F32BC

Text Example


Text Example

White with #0F32BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F32BC;
 }
 .AnyTagClassName
 {
   color: #0F32BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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