Html Css Color HEX #152BDF Persian Blue

📋 copy color: '#152BDF'

red 21 ◦ green 43 ◦ blue 223

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

Shades of Persian Blue #152BDF

Tints of Persian Blue #152BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 77.7%

R = 7.32%
G = 14.98%
B = 77.7%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#152BDF (or 0x152BDF) is known color: Persian Blue. HEX triplet: 15, 2B and DF. RGB value is (21,43,223). Sum of RGB (Red+Green+Blue) = 21+43+223=287 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.32% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 223 (87.5% from 255 or 77.70% from 287); Max value from RGB is 223 - color contains mainly: blue. Hex color #152BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152BDF is #EAD420. Grayscale: #383838. Windows color (decimal): -15389729 or 14625557. OLE color: 14625557.

HSL color Cylindrical-coordinate representation of color #152BDF: hue angle of 233.47º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152BDF is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 43 223 -
CMYK 0.91 0.81 0 0.13
HSL 233.47º 0.83% 0.48% -
HSV(B) 233.47º 0.91% 0.87% -
XYZ 14.49 7.21 70.44 -
YUV 56.94 221.71 102.36 -
System Red Green Blue C M Y K H S L
Decimal 21 43 223 0.91 0.81 0 0.13 233.47 0.83 0.48
Hex 15 2B DF 5B 51 0 D E9 53 30
Octal 25 53 337 133 121 0 15 351 123 60
Binary 10101 101011 11011111 1011011 1010001 0 1101 11101001 1010011 110000

Color Harmonies of #152BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152BDF

Black with #152BDF

Text Example


Text Example

White with #152BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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