Html Css Color HEX #251BC7 Persian Blue

📋 copy color: '#251BC7'

red 37 ◦ green 27 ◦ blue 199

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

Shades of Persian Blue #251BC7

Tints of Persian Blue #251BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 75.67%

R = 14.07%
G = 10.27%
B = 75.67%

CMYK

 C value IS 0.81

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#251BC7 (or 0x251BC7) is known color: Persian Blue. HEX triplet: 25, 1B and C7. RGB value is (37,27,199). Sum of RGB (Red+Green+Blue) = 37+27+199=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 27 (10.94% from 255 or 10.27% from 263); Blue value is 199 (78.12% from 255 or 75.67% from 263); Max value from RGB is 199 - color contains mainly: blue. Hex color #251BC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251BC7 is #DAE438. Grayscale: #303030. Windows color (decimal): -14345273 or 13048613. OLE color: 13048613.

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

Color convert

RGB 37 27 199 -
CMYK 0.81 0.86 0 0.22
HSL 243.49º 0.76% 0.44% -
HSV(B) 243.49º 0.86% 0.78% -
XYZ 11.46 5.3 54.45 -
YUV 49.6 212.31 119.01 -
System Red Green Blue C M Y K H S L
Decimal 37 27 199 0.81 0.86 0 0.22 243.49 0.76 0.44
Hex 25 1B C7 51 56 0 16 F3 4C 2C
Octal 45 33 307 121 126 0 26 363 114 54
Binary 100101 11011 11000111 1010001 1010110 0 10110 11110011 1001100 101100

Color Harmonies of #251BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251BC7

Black with #251BC7

Text Example


Text Example

White with #251BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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