Html Css Color HEX #152BCB Persian Blue

📋 copy color: '#152BCB'

red 21 ◦ green 43 ◦ blue 203

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

Shades of Persian Blue #152BCB

Tints of Persian Blue #152BCB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.1%

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

R = 7.87%
G = 16.1%
B = 76.03%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#152BCB (or 0x152BCB) is known color: Persian Blue. HEX triplet: 15, 2B and CB. RGB value is (21,43,203). Sum of RGB (Red+Green+Blue) = 21+43+203=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 43 (17.19% from 255 or 16.10% from 267); Blue value is 203 (79.69% from 255 or 76.03% from 267); Max value from RGB is 203 - color contains mainly: blue. Hex color #152BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152BCB is #EAD434. Grayscale: #363636. Windows color (decimal): -15389749 or 13314837. OLE color: 13314837.

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

Color convert

RGB 21 43 203 -
CMYK 0.90 0.79 0 0.20
HSL 232.75º 0.81% 0.44% -
HSV(B) 232.75º 0.9% 0.8% -
XYZ 11.95 6.2 57.07 -
YUV 54.66 211.71 103.99 -
System Red Green Blue C M Y K H S L
Decimal 21 43 203 0.90 0.79 0 0.20 232.75 0.81 0.44
Hex 15 2B CB 5A 4F 0 14 E9 51 2C
Octal 25 53 313 132 117 0 24 351 121 54
Binary 10101 101011 11001011 1011010 1001111 0 10100 11101001 1010001 101100

Color Harmonies of #152BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152BCB

Black with #152BCB

Text Example


Text Example

White with #152BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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