Html Css Color HEX #251BCD Persian Blue

📋 copy color: '#251BCD'

red 37 ◦ green 27 ◦ blue 205

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

Shades of Persian Blue #251BCD

Tints of Persian Blue #251BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 76.21%

R = 13.75%
G = 10.04%
B = 76.21%

CMYK

 C value IS 0.82

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#251BCD (or 0x251BCD) is known color: Persian Blue. HEX triplet: 25, 1B and CD. RGB value is (37,27,205). Sum of RGB (Red+Green+Blue) = 37+27+205=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 205 (80.47% from 255 or 76.21% from 269); Max value from RGB is 205 - color contains mainly: blue. Hex color #251BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251BCD is #DAE432. Grayscale: #313131. Windows color (decimal): -14345267 or 13441829. OLE color: 13441829.

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

Color convert

RGB 37 27 205 -
CMYK 0.82 0.87 0 0.20
HSL 243.37º 0.77% 0.45% -
HSV(B) 243.37º 0.87% 0.8% -
XYZ 12.17 5.58 58.19 -
YUV 50.28 215.31 118.53 -
System Red Green Blue C M Y K H S L
Decimal 37 27 205 0.82 0.87 0 0.20 243.37 0.77 0.45
Hex 25 1B CD 52 57 0 14 F3 4D 2D
Octal 45 33 315 122 127 0 24 363 115 55
Binary 100101 11011 11001101 1010010 1010111 0 10100 11110011 1001101 101101

Color Harmonies of #251BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251BCD

Black with #251BCD

Text Example


Text Example

White with #251BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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