Html Css Color HEX #251EB9 Persian Blue

📋 copy color: '#251EB9'

red 37 ◦ green 30 ◦ blue 185

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

Shades of Persian Blue #251EB9

Tints of Persian Blue #251EB9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.9%

 BLUE value IS 185 (72.66% from 255) = 73.41%

R = 14.68%
G = 11.9%
B = 73.41%

CMYK

 C value IS 0.80

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#251EB9 (or 0x251EB9) is known color: Persian Blue. HEX triplet: 25, 1E and B9. RGB value is (37,30,185). Sum of RGB (Red+Green+Blue) = 37+30+185=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 185 (72.66% from 255 or 73.41% from 252); Max value from RGB is 185 - color contains mainly: blue. Hex color #251EB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251EB9 is #DAE146. Grayscale: #313131. Windows color (decimal): -14344519 or 12131877. OLE color: 12131877.

HSL color Cylindrical-coordinate representation of color #251EB9: hue angle of 242.71º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #251EB9 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 30 185 -
CMYK 0.80 0.84 0 0.27
HSL 242.71º 0.72% 0.42% -
HSV(B) 242.71º 0.84% 0.73% -
XYZ 9.98 4.82 46.3 -
YUV 49.76 204.32 118.9 -
System Red Green Blue C M Y K H S L
Decimal 37 30 185 0.80 0.84 0 0.27 242.71 0.72 0.42
Hex 25 1E B9 50 54 0 1B F3 48 2A
Octal 45 36 271 120 124 0 33 363 110 52
Binary 100101 11110 10111001 1010000 1010100 0 11011 11110011 1001000 101010

Color Harmonies of #251EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251EB9

Black with #251EB9

Text Example


Text Example

White with #251EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251EB9; }

 p { color: rgb(37,30,185); }

 H1.HeaderClassName
 {
   color: #251EB9;
 }
 .AnyTagClassName
 {
   color: #251EB9;
 }
</style>

background-color css

<style>
 a { background-color: #251EB9; }

 a { background-color: rgb(37,30,185); }

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

border-color css

<style>
 span { border-color: #251EB9; }

 span { border-color: rgb(37,30,185); }

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