Html Css Color HEX #0F2CBC Persian Blue

📋 copy color: '#0F2CBC'

red 15 ◦ green 44 ◦ blue 188

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

Shades of Persian Blue #0F2CBC

Tints of Persian Blue #0F2CBC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.81%

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

R = 6.07%
G = 17.81%
B = 76.11%

CMYK

 C value IS 0.92

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0F2CBC (or 0x0F2CBC) is known color: Persian Blue. HEX triplet: 0F, 2C and BC. RGB value is (15,44,188). Sum of RGB (Red+Green+Blue) = 15+44+188=247 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.07% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 188 (73.83% from 255 or 76.11% from 247); Max value from RGB is 188 - color contains mainly: blue. Hex color #0F2CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F2CBC is #F0D343. Grayscale: #333333. Windows color (decimal): -15782724 or 12332047. OLE color: 12332047.

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

Color convert

RGB 15 44 188 -
CMYK 0.92 0.77 0 0.26
HSL 229.94º 0.85% 0.4% -
HSV(B) 229.94º 0.92% 0.74% -
XYZ 10.17 5.53 48.11 -
YUV 51.75 204.89 101.79 -
System Red Green Blue C M Y K H S L
Decimal 15 44 188 0.92 0.77 0 0.26 229.94 0.85 0.4
Hex F 2C BC 5C 4D 0 1A E6 55 28
Octal 17 54 274 134 115 0 32 346 125 50
Binary 1111 101100 10111100 1011100 1001101 0 11010 11100110 1010101 101000

Color Harmonies of #0F2CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2CBC

Black with #0F2CBC

Text Example


Text Example

White with #0F2CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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