Html Css Color HEX #251AB8 Persian Blue

📋 copy color: '#251AB8'

red 37 ◦ green 26 ◦ blue 184

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

Shades of Persian Blue #251AB8

Tints of Persian Blue #251AB8

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.53%

 BLUE value IS 184 (72.27% from 255) = 74.49%

R = 14.98%
G = 10.53%
B = 74.49%

CMYK

 C value IS 0.80

 M value IS 0.86

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#251AB8 (or 0x251AB8) is known color: Persian Blue. HEX triplet: 25, 1A and B8. RGB value is (37,26,184). Sum of RGB (Red+Green+Blue) = 37+26+184=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 184 (72.27% from 255 or 74.49% from 247); Max value from RGB is 184 - color contains mainly: blue. Hex color #251AB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251AB8 is #DAE547. Grayscale: #2E2E2E. Windows color (decimal): -14345544 or 12065317. OLE color: 12065317.

HSL color Cylindrical-coordinate representation of color #251AB8: hue angle of 244.18º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #251AB8 is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 37 26 184 -
CMYK 0.80 0.86 0 0.28
HSL 244.18º 0.75% 0.41% -
HSV(B) 244.18º 0.86% 0.72% -
XYZ 9.78 4.59 45.72 -
YUV 47.3 205.14 120.65 -
System Red Green Blue C M Y K H S L
Decimal 37 26 184 0.80 0.86 0 0.28 244.18 0.75 0.41
Hex 25 1A B8 50 56 0 1C F4 4B 29
Octal 45 32 270 120 126 0 34 364 113 51
Binary 100101 11010 10111000 1010000 1010110 0 11100 11110100 1001011 101001

Color Harmonies of #251AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251AB8

Black with #251AB8

Text Example


Text Example

White with #251AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,26,184); }

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

background-color css

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

 a { background-color: rgb(37,26,184); }

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

border-color css

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

 span { border-color: rgb(37,26,184); }

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