Html Css Color HEX #251EAB Persian Blue

📋 copy color: '#251EAB'

red 37 ◦ green 30 ◦ blue 171

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

Shades of Persian Blue #251EAB

Tints of Persian Blue #251EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 71.85%

R = 15.55%
G = 12.61%
B = 71.85%

CMYK

 C value IS 0.78

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#251EAB (or 0x251EAB) is known color: Persian Blue. HEX triplet: 25, 1E and AB. RGB value is (37,30,171). Sum of RGB (Red+Green+Blue) = 37+30+171=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #251EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251EAB is #DAE154. Grayscale: #2F2F2F. Windows color (decimal): -14344533 or 11214373. OLE color: 11214373.

HSL color Cylindrical-coordinate representation of color #251EAB: hue angle of 242.98º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #251EAB is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 30 171 -
CMYK 0.78 0.82 0 0.33
HSL 242.98º 0.7% 0.39% -
HSV(B) 242.98º 0.82% 0.67% -
XYZ 8.58 4.26 38.9 -
YUV 48.17 197.32 120.04 -
System Red Green Blue C M Y K H S L
Decimal 37 30 171 0.78 0.82 0 0.33 242.98 0.7 0.39
Hex 25 1E AB 4E 52 0 21 F3 46 27
Octal 45 36 253 116 122 0 41 363 106 47
Binary 100101 11110 10101011 1001110 1010010 0 100001 11110011 1000110 100111

Color Harmonies of #251EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251EAB

Black with #251EAB

Text Example


Text Example

White with #251EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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