Html Css Color HEX #151DCB Persian Blue

📋 copy color: '#151DCB'

red 21 ◦ green 29 ◦ blue 203

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

Shades of Persian Blue #151DCB

Tints of Persian Blue #151DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 80.24%

R = 8.3%
G = 11.46%
B = 80.24%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#151DCB (or 0x151DCB) is known color: Persian Blue. HEX triplet: 15, 1D and CB. RGB value is (21,29,203). Sum of RGB (Red+Green+Blue) = 21+29+203=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 203 (79.69% from 255 or 80.24% from 253); Max value from RGB is 203 - color contains mainly: blue. Hex color #151DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151DCB is #EAE234. Grayscale: #2D2D2D. Windows color (decimal): -15393333 or 13311253. OLE color: 13311253.

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

Color convert

RGB 21 29 203 -
CMYK 0.90 0.86 0 0.20
HSL 237.36º 0.81% 0.44% -
HSV(B) 237.36º 0.9% 0.8% -
XYZ 11.53 5.35 56.92 -
YUV 46.44 216.35 109.85 -
System Red Green Blue C M Y K H S L
Decimal 21 29 203 0.90 0.86 0 0.20 237.36 0.81 0.44
Hex 15 1D CB 5A 56 0 14 ED 51 2C
Octal 25 35 313 132 126 0 24 355 121 54
Binary 10101 11101 11001011 1011010 1010110 0 10100 11101101 1010001 101100

Color Harmonies of #151DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151DCB

Black with #151DCB

Text Example


Text Example

White with #151DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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