Html Css Color HEX #251AC5 Persian Blue

📋 copy color: '#251AC5'

red 37 ◦ green 26 ◦ blue 197

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

Shades of Persian Blue #251AC5

Tints of Persian Blue #251AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 75.77%

R = 14.23%
G = 10%
B = 75.77%

CMYK

 C value IS 0.81

 M value IS 0.87

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#251AC5 (or 0x251AC5) is known color: Persian Blue. HEX triplet: 25, 1A and C5. RGB value is (37,26,197). Sum of RGB (Red+Green+Blue) = 37+26+197=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 197 (77.34% from 255 or 75.77% from 260); Max value from RGB is 197 - color contains mainly: blue. Hex color #251AC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251AC5 is #DAE53A. Grayscale: #303030. Windows color (decimal): -14345531 or 12917285. OLE color: 12917285.

HSL color Cylindrical-coordinate representation of color #251AC5: hue angle of 243.86º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #251AC5 is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 37 26 197 -
CMYK 0.81 0.87 0 0.23
HSL 243.86º 0.77% 0.44% -
HSV(B) 243.86º 0.87% 0.77% -
XYZ 11.21 5.16 53.23 -
YUV 48.78 211.64 119.6 -
System Red Green Blue C M Y K H S L
Decimal 37 26 197 0.81 0.87 0 0.23 243.86 0.77 0.44
Hex 25 1A C5 51 57 0 17 F4 4D 2C
Octal 45 32 305 121 127 0 27 364 115 54
Binary 100101 11010 11000101 1010001 1010111 0 10111 11110100 1001101 101100

Color Harmonies of #251AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251AC5

Black with #251AC5

Text Example


Text Example

White with #251AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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