Html Css Color HEX #152CCA Persian Blue

📋 copy color: '#152CCA'

red 21 ◦ green 44 ◦ blue 202

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

Shades of Persian Blue #152CCA

Tints of Persian Blue #152CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 75.66%

R = 7.87%
G = 16.48%
B = 75.66%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#152CCA (or 0x152CCA) is known color: Persian Blue. HEX triplet: 15, 2C and CA. RGB value is (21,44,202). Sum of RGB (Red+Green+Blue) = 21+44+202=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 202 (79.30% from 255 or 75.66% from 267); Max value from RGB is 202 - color contains mainly: blue. Hex color #152CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152CCA is #EAD335. Grayscale: #363636. Windows color (decimal): -15389494 or 13249557. OLE color: 13249557.

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

Color convert

RGB 21 44 202 -
CMYK 0.90 0.78 0 0.21
HSL 232.38º 0.81% 0.44% -
HSV(B) 232.38º 0.9% 0.79% -
XYZ 11.87 6.23 56.45 -
YUV 55.14 210.88 103.65 -
System Red Green Blue C M Y K H S L
Decimal 21 44 202 0.90 0.78 0 0.21 232.38 0.81 0.44
Hex 15 2C CA 5A 4E 0 15 E8 51 2C
Octal 25 54 312 132 116 0 25 350 121 54
Binary 10101 101100 11001010 1011010 1001110 0 10101 11101000 1010001 101100

Color Harmonies of #152CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152CCA

Black with #152CCA

Text Example


Text Example

White with #152CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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