Html Css Color HEX #152CBE Persian Blue

📋 copy color: '#152CBE'

red 21 ◦ green 44 ◦ blue 190

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

Shades of Persian Blue #152CBE

Tints of Persian Blue #152CBE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.25%

 BLUE value IS 190 (74.61% from 255) = 74.51%

R = 8.24%
G = 17.25%
B = 74.51%

CMYK

 C value IS 0.89

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#152CBE (or 0x152CBE) is known color: Persian Blue. HEX triplet: 15, 2C and BE. RGB value is (21,44,190). Sum of RGB (Red+Green+Blue) = 21+44+190=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 190 (74.61% from 255 or 74.51% from 255); Max value from RGB is 190 - color contains mainly: blue. Hex color #152CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152CBE is #EAD341. Grayscale: #353535. Windows color (decimal): -15389506 or 12463125. OLE color: 12463125.

HSL color Cylindrical-coordinate representation of color #152CBE: hue angle of 231.83º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #152CBE is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 44 190 -
CMYK 0.89 0.77 0 0.25
HSL 231.83º 0.8% 0.41% -
HSV(B) 231.83º 0.89% 0.75% -
XYZ 10.5 5.68 49.26 -
YUV 53.77 204.88 104.63 -
System Red Green Blue C M Y K H S L
Decimal 21 44 190 0.89 0.77 0 0.25 231.83 0.8 0.41
Hex 15 2C BE 59 4D 0 19 E8 50 29
Octal 25 54 276 131 115 0 31 350 120 51
Binary 10101 101100 10111110 1011001 1001101 0 11001 11101000 1010000 101001

Color Harmonies of #152CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152CBE

Black with #152CBE

Text Example


Text Example

White with #152CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,44,190); }

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

background-color css

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

 a { background-color: rgb(21,44,190); }

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

border-color css

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

 span { border-color: rgb(21,44,190); }

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