Html Css Color HEX #151DC3 Persian Blue

📋 copy color: '#151DC3'

red 21 ◦ green 29 ◦ blue 195

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

Shades of Persian Blue #151DC3

Tints of Persian Blue #151DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 79.59%

R = 8.57%
G = 11.84%
B = 79.59%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#151DC3 (or 0x151DC3) is known color: Persian Blue. HEX triplet: 15, 1D and C3. RGB value is (21,29,195). Sum of RGB (Red+Green+Blue) = 21+29+195=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 195 (76.56% from 255 or 79.59% from 245); Max value from RGB is 195 - color contains mainly: blue. Hex color #151DC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151DC3 is #EAE23C. Grayscale: #2C2C2C. Windows color (decimal): -15393341 or 12786965. OLE color: 12786965.

HSL color Cylindrical-coordinate representation of color #151DC3: hue angle of 237.24º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #151DC3 is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 21 29 195 -
CMYK 0.89 0.85 0 0.24
HSL 237.24º 0.81% 0.42% -
HSV(B) 237.24º 0.89% 0.76% -
XYZ 10.6 4.98 52.03 -
YUV 45.53 212.35 110.5 -
System Red Green Blue C M Y K H S L
Decimal 21 29 195 0.89 0.85 0 0.24 237.24 0.81 0.42
Hex 15 1D C3 59 55 0 18 ED 51 2A
Octal 25 35 303 131 125 0 30 355 121 52
Binary 10101 11101 11000011 1011001 1010101 0 11000 11101101 1010001 101010

Color Harmonies of #151DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151DC3

Black with #151DC3

Text Example


Text Example

White with #151DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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