Html Css Color HEX #0F37BC Persian Blue

📋 copy color: '#0F37BC'

red 15 ◦ green 55 ◦ blue 188

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

Shades of Persian Blue #0F37BC

Tints of Persian Blue #0F37BC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.32%

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

R = 5.81%
G = 21.32%
B = 72.87%

CMYK

 C value IS 0.92

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0F37BC (or 0x0F37BC) is known color: Persian Blue. HEX triplet: 0F, 37 and BC. RGB value is (15,55,188). Sum of RGB (Red+Green+Blue) = 15+55+188=258 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.81% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 188 (73.83% from 255 or 72.87% from 258); Max value from RGB is 188 - color contains mainly: blue. Hex color #0F37BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F37BC is #F0C843. Grayscale: #393939. Windows color (decimal): -15779908 or 12334863. OLE color: 12334863.

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

Color convert

RGB 15 55 188 -
CMYK 0.92 0.71 0 0.26
HSL 226.13º 0.85% 0.4% -
HSV(B) 226.13º 0.92% 0.74% -
XYZ 10.64 6.46 48.26 -
YUV 58.2 201.25 97.19 -
System Red Green Blue C M Y K H S L
Decimal 15 55 188 0.92 0.71 0 0.26 226.13 0.85 0.4
Hex F 37 BC 5C 47 0 1A E2 55 28
Octal 17 67 274 134 107 0 32 342 125 50
Binary 1111 110111 10111100 1011100 1000111 0 11010 11100010 1010101 101000

Color Harmonies of #0F37BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F37BC

Black with #0F37BC

Text Example


Text Example

White with #0F37BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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