Html Css Color HEX #151FCD Persian Blue

📋 copy color: '#151FCD'

red 21 ◦ green 31 ◦ blue 205

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

Shades of Persian Blue #151FCD

Tints of Persian Blue #151FCD

RGB

 RED value IS 21 (8.59% from 255) = 8.17%

 GREEN value IS 31 (12.5% from 255) = 12.06%

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

R = 8.17%
G = 12.06%
B = 79.77%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#151FCD (or 0x151FCD) is known color: Persian Blue. HEX triplet: 15, 1F and CD. RGB value is (21,31,205). Sum of RGB (Red+Green+Blue) = 21+31+205=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 205 (80.47% from 255 or 79.77% from 257); Max value from RGB is 205 - color contains mainly: blue. Hex color #151FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151FCD is #EAE032. Grayscale: #2F2F2F. Windows color (decimal): -15392819 or 13442837. OLE color: 13442837.

HSL color Cylindrical-coordinate representation of color #151FCD: hue angle of 236.74º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #151FCD is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 31 205 -
CMYK 0.90 0.85 0 0.20
HSL 236.74º 0.81% 0.44% -
HSV(B) 236.74º 0.9% 0.8% -
XYZ 11.82 5.55 58.21 -
YUV 47.85 216.69 108.85 -
System Red Green Blue C M Y K H S L
Decimal 21 31 205 0.90 0.85 0 0.20 236.74 0.81 0.44
Hex 15 1F CD 5A 55 0 14 ED 51 2C
Octal 25 37 315 132 125 0 24 355 121 54
Binary 10101 11111 11001101 1011010 1010101 0 10100 11101101 1010001 101100

Color Harmonies of #151FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151FCD

Black with #151FCD

Text Example


Text Example

White with #151FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151FCD; }

 p { color: rgb(21,31,205); }

 H1.HeaderClassName
 {
   color: #151FCD;
 }
 .AnyTagClassName
 {
   color: #151FCD;
 }
</style>

background-color css

<style>
 a { background-color: #151FCD; }

 a { background-color: rgb(21,31,205); }

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

border-color css

<style>
 span { border-color: #151FCD; }

 span { border-color: rgb(21,31,205); }

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