Html Css Color HEX #250A6F Persian Indigo

📋 copy color: '#250A6F'

red 37 ◦ green 10 ◦ blue 111

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

Shades of Persian Indigo #250A6F

Tints of Persian Indigo #250A6F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.33%

 BLUE value IS 111 (43.75% from 255) = 70.25%

R = 23.42%
G = 6.33%
B = 70.25%

CMYK

 C value IS 0.67

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#250A6F (or 0x250A6F) is known color: Persian Indigo. HEX triplet: 25, 0A and 6F. RGB value is (37,10,111). Sum of RGB (Red+Green+Blue) = 37+10+111=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 111 (43.75% from 255 or 70.25% from 158); Max value from RGB is 111 - color contains mainly: blue. Hex color #250A6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250A6F is #DAF590. Grayscale: #1D1D1D. Windows color (decimal): -14349713 or 7277093. OLE color: 7277093.

HSL color Cylindrical-coordinate representation of color #250A6F: hue angle of 256.04º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #250A6F is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 10 111 -
CMYK 0.67 0.91 0 0.56
HSL 256.04º 0.83% 0.24% -
HSV(B) 256.04º 0.91% 0.44% -
XYZ 3.74 1.76 15.18 -
YUV 29.59 173.95 133.29 -
System Red Green Blue C M Y K H S L
Decimal 37 10 111 0.67 0.91 0 0.56 256.04 0.83 0.24
Hex 25 A 6F 43 5B 0 38 100 53 18
Octal 45 12 157 103 133 0 70 400 123 30
Binary 100101 1010 1101111 1000011 1011011 0 111000 100000000 1010011 11000

Color Harmonies of #250A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250A6F

Black with #250A6F

Text Example


Text Example

White with #250A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,10,111); }

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

background-color css

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

 a { background-color: rgb(37,10,111); }

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

border-color css

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

 span { border-color: rgb(37,10,111); }

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