Html Css Color HEX #251DBF Persian Blue

📋 copy color: '#251DBF'

red 37 ◦ green 29 ◦ blue 191

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

Shades of Persian Blue #251DBF

Tints of Persian Blue #251DBF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.28%

 BLUE value IS 191 (75% from 255) = 74.32%

R = 14.4%
G = 11.28%
B = 74.32%

CMYK

 C value IS 0.81

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#251DBF (or 0x251DBF) is known color: Persian Blue. HEX triplet: 25, 1D and BF. RGB value is (37,29,191). Sum of RGB (Red+Green+Blue) = 37+29+191=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 191 (75% from 255 or 74.32% from 257); Max value from RGB is 191 - color contains mainly: blue. Hex color #251DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251DBF is #DAE240. Grayscale: #313131. Windows color (decimal): -14344769 or 12524837. OLE color: 12524837.

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

Color convert

RGB 37 29 191 -
CMYK 0.81 0.85 0 0.25
HSL 242.96º 0.74% 0.43% -
HSV(B) 242.96º 0.85% 0.75% -
XYZ 10.61 5.03 49.7 -
YUV 49.86 207.65 118.83 -
System Red Green Blue C M Y K H S L
Decimal 37 29 191 0.81 0.85 0 0.25 242.96 0.74 0.43
Hex 25 1D BF 51 55 0 19 F3 4A 2B
Octal 45 35 277 121 125 0 31 363 112 53
Binary 100101 11101 10111111 1010001 1010101 0 11001 11110011 1001010 101011

Color Harmonies of #251DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251DBF

Black with #251DBF

Text Example


Text Example

White with #251DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,29,191); }

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

background-color css

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

 a { background-color: rgb(37,29,191); }

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

border-color css

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

 span { border-color: rgb(37,29,191); }

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