Html Css Color HEX #151DC9 Persian Blue

📋 copy color: '#151DC9'

red 21 ◦ green 29 ◦ blue 201

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

Shades of Persian Blue #151DC9

Tints of Persian Blue #151DC9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.55%

 BLUE value IS 201 (78.91% from 255) = 80.08%

R = 8.37%
G = 11.55%
B = 80.08%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#151DC9 (or 0x151DC9) is known color: Persian Blue. HEX triplet: 15, 1D and C9. RGB value is (21,29,201). Sum of RGB (Red+Green+Blue) = 21+29+201=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 201 (78.91% from 255 or 80.08% from 251); Max value from RGB is 201 - color contains mainly: blue. Hex color #151DC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151DC9 is #EAE236. Grayscale: #2D2D2D. Windows color (decimal): -15393335 or 13180181. OLE color: 13180181.

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

Color convert

RGB 21 29 201 -
CMYK 0.90 0.86 0 0.21
HSL 237.33º 0.81% 0.44% -
HSV(B) 237.33º 0.9% 0.79% -
XYZ 11.29 5.26 55.68 -
YUV 46.22 215.35 110.01 -
System Red Green Blue C M Y K H S L
Decimal 21 29 201 0.90 0.86 0 0.21 237.33 0.81 0.44
Hex 15 1D C9 5A 56 0 15 ED 51 2C
Octal 25 35 311 132 126 0 25 355 121 54
Binary 10101 11101 11001001 1011010 1010110 0 10101 11101101 1010001 101100

Color Harmonies of #151DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151DC9

Black with #151DC9

Text Example


Text Example

White with #151DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,29,201); }

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

background-color css

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

 a { background-color: rgb(21,29,201); }

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

border-color css

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

 span { border-color: rgb(21,29,201); }

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