Html Css Color HEX #251ACE Persian Blue

📋 copy color: '#251ACE'

red 37 ◦ green 26 ◦ blue 206

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

Shades of Persian Blue #251ACE

Tints of Persian Blue #251ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 76.58%

R = 13.75%
G = 9.67%
B = 76.58%

CMYK

 C value IS 0.82

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#251ACE (or 0x251ACE) is known color: Persian Blue. HEX triplet: 25, 1A and CE. RGB value is (37,26,206). Sum of RGB (Red+Green+Blue) = 37+26+206=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 206 (80.86% from 255 or 76.58% from 269); Max value from RGB is 206 - color contains mainly: blue. Hex color #251ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251ACE is #DAE531. Grayscale: #313131. Windows color (decimal): -14345522 or 13507109. OLE color: 13507109.

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

Color convert

RGB 37 26 206 -
CMYK 0.82 0.87 0 0.19
HSL 243.67º 0.78% 0.45% -
HSV(B) 243.67º 0.87% 0.81% -
XYZ 12.27 5.59 58.82 -
YUV 49.81 216.14 118.86 -
System Red Green Blue C M Y K H S L
Decimal 37 26 206 0.82 0.87 0 0.19 243.67 0.78 0.45
Hex 25 1A CE 52 57 0 13 F4 4E 2D
Octal 45 32 316 122 127 0 23 364 116 55
Binary 100101 11010 11001110 1010010 1010111 0 10011 11110100 1001110 101101

Color Harmonies of #251ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251ACE

Black with #251ACE

Text Example


Text Example

White with #251ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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