Html Css Color HEX #251AC0 Persian Blue

📋 copy color: '#251AC0'

red 37 ◦ green 26 ◦ blue 192

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

Shades of Persian Blue #251AC0

Tints of Persian Blue #251AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 75.29%

R = 14.51%
G = 10.2%
B = 75.29%

CMYK

 C value IS 0.81

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#251AC0 (or 0x251AC0) is known color: Persian Blue. HEX triplet: 25, 1A and C0. RGB value is (37,26,192). Sum of RGB (Red+Green+Blue) = 37+26+192=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 192 (75.39% from 255 or 75.29% from 255); Max value from RGB is 192 - color contains mainly: blue. Hex color #251AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251AC0 is #DAE53F. Grayscale: #2F2F2F. Windows color (decimal): -14345536 or 12589605. OLE color: 12589605.

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

Color convert

RGB 37 26 192 -
CMYK 0.81 0.86 0 0.25
HSL 243.98º 0.76% 0.43% -
HSV(B) 243.98º 0.86% 0.75% -
XYZ 10.65 4.94 50.26 -
YUV 48.21 209.14 120 -
System Red Green Blue C M Y K H S L
Decimal 37 26 192 0.81 0.86 0 0.25 243.98 0.76 0.43
Hex 25 1A C0 51 56 0 19 F4 4C 2B
Octal 45 32 300 121 126 0 31 364 114 53
Binary 100101 11010 11000000 1010001 1010110 0 11001 11110100 1001100 101011

Color Harmonies of #251AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251AC0

Black with #251AC0

Text Example


Text Example

White with #251AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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