Html Css Color HEX #251AC8 Persian Blue

📋 copy color: '#251AC8'

red 37 ◦ green 26 ◦ blue 200

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

Shades of Persian Blue #251AC8

Tints of Persian Blue #251AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 76.05%

R = 14.07%
G = 9.89%
B = 76.05%

CMYK

 C value IS 0.82

 M value IS 0.87

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#251AC8 (or 0x251AC8) is known color: Persian Blue. HEX triplet: 25, 1A and C8. RGB value is (37,26,200). Sum of RGB (Red+Green+Blue) = 37+26+200=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 26 (10.55% from 255 or 9.89% from 263); Blue value is 200 (78.52% from 255 or 76.05% from 263); Max value from RGB is 200 - color contains mainly: blue. Hex color #251AC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251AC8 is #DAE537. Grayscale: #303030. Windows color (decimal): -14345528 or 13113893. OLE color: 13113893.

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

Color convert

RGB 37 26 200 -
CMYK 0.82 0.87 0 0.22
HSL 243.79º 0.77% 0.44% -
HSV(B) 243.79º 0.87% 0.78% -
XYZ 11.56 5.3 55.06 -
YUV 49.13 213.14 119.35 -
System Red Green Blue C M Y K H S L
Decimal 37 26 200 0.82 0.87 0 0.22 243.79 0.77 0.44
Hex 25 1A C8 52 57 0 16 F4 4D 2C
Octal 45 32 310 122 127 0 26 364 115 54
Binary 100101 11010 11001000 1010010 1010111 0 10110 11110100 1001101 101100

Color Harmonies of #251AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251AC8

Black with #251AC8

Text Example


Text Example

White with #251AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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