Html Css Color HEX #251CBE Persian Blue

📋 copy color: '#251CBE'

red 37 ◦ green 28 ◦ blue 190

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

Shades of Persian Blue #251CBE

Tints of Persian Blue #251CBE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.98%

 BLUE value IS 190 (74.61% from 255) = 74.51%

R = 14.51%
G = 10.98%
B = 74.51%

CMYK

 C value IS 0.81

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#251CBE (or 0x251CBE) is known color: Persian Blue. HEX triplet: 25, 1C and BE. RGB value is (37,28,190). Sum of RGB (Red+Green+Blue) = 37+28+190=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 190 (74.61% from 255 or 74.51% from 255); Max value from RGB is 190 - color contains mainly: blue. Hex color #251CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251CBE is #DAE341. Grayscale: #303030. Windows color (decimal): -14345026 or 12459045. OLE color: 12459045.

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

Color convert

RGB 37 28 190 -
CMYK 0.81 0.85 0 0.25
HSL 243.33º 0.74% 0.43% -
HSV(B) 243.33º 0.85% 0.75% -
XYZ 10.47 4.94 49.12 -
YUV 49.16 207.48 119.33 -
System Red Green Blue C M Y K H S L
Decimal 37 28 190 0.81 0.85 0 0.25 243.33 0.74 0.43
Hex 25 1C BE 51 55 0 19 F3 4A 2B
Octal 45 34 276 121 125 0 31 363 112 53
Binary 100101 11100 10111110 1010001 1010101 0 11001 11110011 1001010 101011

Color Harmonies of #251CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251CBE

Black with #251CBE

Text Example


Text Example

White with #251CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,28,190); }

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

background-color css

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

 a { background-color: rgb(37,28,190); }

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

border-color css

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

 span { border-color: rgb(37,28,190); }

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