Html Css Color HEX #152DCB Persian Blue

📋 copy color: '#152DCB'

red 21 ◦ green 45 ◦ blue 203

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

Shades of Persian Blue #152DCB

Tints of Persian Blue #152DCB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.73%

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

R = 7.81%
G = 16.73%
B = 75.46%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#152DCB (or 0x152DCB) is known color: Persian Blue. HEX triplet: 15, 2D and CB. RGB value is (21,45,203). Sum of RGB (Red+Green+Blue) = 21+45+203=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 203 (79.69% from 255 or 75.46% from 269); Max value from RGB is 203 - color contains mainly: blue. Hex color #152DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152DCB is #EAD234. Grayscale: #373737. Windows color (decimal): -15389237 or 13315349. OLE color: 13315349.

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

Color convert

RGB 21 45 203 -
CMYK 0.90 0.78 0 0.20
HSL 232.09º 0.81% 0.44% -
HSV(B) 232.09º 0.9% 0.8% -
XYZ 12.03 6.35 57.09 -
YUV 55.84 211.05 103.15 -
System Red Green Blue C M Y K H S L
Decimal 21 45 203 0.90 0.78 0 0.20 232.09 0.81 0.44
Hex 15 2D CB 5A 4E 0 14 E8 51 2C
Octal 25 55 313 132 116 0 24 350 121 54
Binary 10101 101101 11001011 1011010 1001110 0 10100 11101000 1010001 101100

Color Harmonies of #152DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152DCB

Black with #152DCB

Text Example


Text Example

White with #152DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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