Html Css Color HEX #251BC5 Persian Blue

📋 copy color: '#251BC5'

red 37 ◦ green 27 ◦ blue 197

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

Shades of Persian Blue #251BC5

Tints of Persian Blue #251BC5

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.34%

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

R = 14.18%
G = 10.34%
B = 75.48%

CMYK

 C value IS 0.81

 M value IS 0.86

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#251BC5 (or 0x251BC5) is known color: Persian Blue. HEX triplet: 25, 1B and C5. RGB value is (37,27,197). Sum of RGB (Red+Green+Blue) = 37+27+197=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 197 (77.34% from 255 or 75.48% from 261); Max value from RGB is 197 - color contains mainly: blue. Hex color #251BC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251BC5 is #DAE43A. Grayscale: #303030. Windows color (decimal): -14345275 or 12917541. OLE color: 12917541.

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

Color convert

RGB 37 27 197 -
CMYK 0.81 0.86 0 0.23
HSL 243.53º 0.76% 0.44% -
HSV(B) 243.53º 0.86% 0.77% -
XYZ 11.23 5.21 53.24 -
YUV 49.37 211.31 119.18 -
System Red Green Blue C M Y K H S L
Decimal 37 27 197 0.81 0.86 0 0.23 243.53 0.76 0.44
Hex 25 1B C5 51 56 0 17 F4 4C 2C
Octal 45 33 305 121 126 0 27 364 114 54
Binary 100101 11011 11000101 1010001 1010110 0 10111 11110100 1001100 101100

Color Harmonies of #251BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251BC5

Black with #251BC5

Text Example


Text Example

White with #251BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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