Html Css Color HEX #250F86 Persian Indigo

📋 copy color: '#250F86'

red 37 ◦ green 15 ◦ blue 134

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

Shades of Persian Indigo #250F86

Tints of Persian Indigo #250F86

RGB

 RED value IS 37 (14.84% from 255) = 19.89%

 GREEN value IS 15 (6.25% from 255) = 8.06%

 BLUE value IS 134 (52.73% from 255) = 72.04%

R = 19.89%
G = 8.06%
B = 72.04%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#250F86 (or 0x250F86) is known color: Persian Indigo. HEX triplet: 25, 0F and 86. RGB value is (37,15,134). Sum of RGB (Red+Green+Blue) = 37+15+134=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 134 (52.73% from 255 or 72.04% from 186); Max value from RGB is 134 - color contains mainly: blue. Hex color #250F86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250F86 is #DAF079. Grayscale: #222222. Windows color (decimal): -14348410 or 8785701. OLE color: 8785701.

HSL color Cylindrical-coordinate representation of color #250F86: hue angle of 251.09º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #250F86 is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 37 15 134 -
CMYK 0.72 0.89 0 0.47
HSL 251.09º 0.8% 0.29% -
HSV(B) 251.09º 0.89% 0.53% -
XYZ 5.24 2.46 22.75 -
YUV 35.14 183.79 129.32 -
System Red Green Blue C M Y K H S L
Decimal 37 15 134 0.72 0.89 0 0.47 251.09 0.8 0.29
Hex 25 F 86 48 59 0 2F FB 50 1D
Octal 45 17 206 110 131 0 57 373 120 35
Binary 100101 1111 10000110 1001000 1011001 0 101111 11111011 1010000 11101

Color Harmonies of #250F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250F86

Black with #250F86

Text Example


Text Example

White with #250F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250F86; }

 p { color: rgb(37,15,134); }

 H1.HeaderClassName
 {
   color: #250F86;
 }
 .AnyTagClassName
 {
   color: #250F86;
 }
</style>

background-color css

<style>
 a { background-color: #250F86; }

 a { background-color: rgb(37,15,134); }

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

border-color css

<style>
 span { border-color: #250F86; }

 span { border-color: rgb(37,15,134); }

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