Html Css Color HEX #152DD4 Persian Blue

📋 copy color: '#152DD4'

red 21 ◦ green 45 ◦ blue 212

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

Shades of Persian Blue #152DD4

Tints of Persian Blue #152DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 76.26%

R = 7.55%
G = 16.19%
B = 76.26%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#152DD4 (or 0x152DD4) is known color: Persian Blue. HEX triplet: 15, 2D and D4. RGB value is (21,45,212). Sum of RGB (Red+Green+Blue) = 21+45+212=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 45 (17.97% from 255 or 16.19% from 278); Blue value is 212 (83.20% from 255 or 76.26% from 278); Max value from RGB is 212 - color contains mainly: blue. Hex color #152DD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152DD4 is #EAD22B. Grayscale: #383838. Windows color (decimal): -15389228 or 13905173. OLE color: 13905173.

HSL color Cylindrical-coordinate representation of color #152DD4: hue angle of 232.46º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #152DD4 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 21 45 212 -
CMYK 0.90 0.79 0 0.17
HSL 232.46º 0.82% 0.46% -
HSV(B) 232.46º 0.9% 0.83% -
XYZ 13.13 6.79 62.91 -
YUV 56.86 215.55 102.42 -
System Red Green Blue C M Y K H S L
Decimal 21 45 212 0.90 0.79 0 0.17 232.46 0.82 0.46
Hex 15 2D D4 5A 4F 0 11 E8 52 2E
Octal 25 55 324 132 117 0 21 350 122 56
Binary 10101 101101 11010100 1011010 1001111 0 10001 11101000 1010010 101110

Color Harmonies of #152DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152DD4

Black with #152DD4

Text Example


Text Example

White with #152DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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