Html Css Color HEX #151ECD Persian Blue

📋 copy color: '#151ECD'

red 21 ◦ green 30 ◦ blue 205

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

Shades of Persian Blue #151ECD

Tints of Persian Blue #151ECD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.72%

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

R = 8.2%
G = 11.72%
B = 80.08%

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

#151ECD (or 0x151ECD) is known color: Persian Blue. HEX triplet: 15, 1E and CD. RGB value is (21,30,205). Sum of RGB (Red+Green+Blue) = 21+30+205=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 205 (80.47% from 255 or 80.08% from 256); Max value from RGB is 205 - color contains mainly: blue. Hex color #151ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151ECD is #EAE132. Grayscale: #2E2E2E. Windows color (decimal): -15393075 or 13442581. OLE color: 13442581.

HSL color Cylindrical-coordinate representation of color #151ECD: hue angle of 237.07º 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 #151ECD is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 30 205 -
CMYK 0.90 0.85 0 0.20
HSL 237.07º 0.81% 0.44% -
HSV(B) 237.07º 0.9% 0.8% -
XYZ 11.79 5.5 58.2 -
YUV 47.26 217.02 109.27 -
System Red Green Blue C M Y K H S L
Decimal 21 30 205 0.90 0.85 0 0.20 237.07 0.81 0.44
Hex 15 1E CD 5A 55 0 14 ED 51 2C
Octal 25 36 315 132 125 0 24 355 121 54
Binary 10101 11110 11001101 1011010 1010101 0 10100 11101101 1010001 101100

Color Harmonies of #151ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151ECD

Black with #151ECD

Text Example


Text Example

White with #151ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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