Html Css Color HEX #251FBE Persian Blue

📋 copy color: '#251FBE'

red 37 ◦ green 31 ◦ blue 190

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

Shades of Persian Blue #251FBE

Tints of Persian Blue #251FBE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.02%

 BLUE value IS 190 (74.61% from 255) = 73.64%

R = 14.34%
G = 12.02%
B = 73.64%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#251FBE (or 0x251FBE) is known color: Persian Blue. HEX triplet: 25, 1F and BE. RGB value is (37,31,190). Sum of RGB (Red+Green+Blue) = 37+31+190=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 190 (74.61% from 255 or 73.64% from 258); Max value from RGB is 190 - color contains mainly: blue. Hex color #251FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251FBE is #DAE041. Grayscale: #323232. Windows color (decimal): -14344258 or 12459813. OLE color: 12459813.

HSL color Cylindrical-coordinate representation of color #251FBE: hue angle of 242.26º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #251FBE is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 31 190 -
CMYK 0.81 0.84 0 0.25
HSL 242.26º 0.72% 0.43% -
HSV(B) 242.26º 0.84% 0.75% -
XYZ 10.55 5.09 49.14 -
YUV 50.92 206.49 118.07 -
System Red Green Blue C M Y K H S L
Decimal 37 31 190 0.81 0.84 0 0.25 242.26 0.72 0.43
Hex 25 1F BE 51 54 0 19 F2 48 2B
Octal 45 37 276 121 124 0 31 362 110 53
Binary 100101 11111 10111110 1010001 1010100 0 11001 11110010 1001000 101011

Color Harmonies of #251FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251FBE

Black with #251FBE

Text Example


Text Example

White with #251FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,31,190); }

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

background-color css

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

 a { background-color: rgb(37,31,190); }

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

border-color css

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

 span { border-color: rgb(37,31,190); }

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