Html Css Color HEX #152FC4 Persian Blue

📋 copy color: '#152FC4'

red 21 ◦ green 47 ◦ blue 196

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

Shades of Persian Blue #152FC4

Tints of Persian Blue #152FC4

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.8%

 BLUE value IS 196 (76.95% from 255) = 74.24%

R = 7.95%
G = 17.8%
B = 74.24%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#152FC4 (or 0x152FC4) is known color: Persian Blue. HEX triplet: 15, 2F and C4. RGB value is (21,47,196). Sum of RGB (Red+Green+Blue) = 21+47+196=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 196 (76.95% from 255 or 74.24% from 264); Max value from RGB is 196 - color contains mainly: blue. Hex color #152FC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152FC4 is #EAD03B. Grayscale: #373737. Windows color (decimal): -15388732 or 12857109. OLE color: 12857109.

HSL color Cylindrical-coordinate representation of color #152FC4: hue angle of 231.09º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #152FC4 is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 21 47 196 -
CMYK 0.89 0.76 0 0.23
HSL 231.09º 0.81% 0.43% -
HSV(B) 231.09º 0.89% 0.77% -
XYZ 11.29 6.18 52.82 -
YUV 56.21 206.89 102.88 -
System Red Green Blue C M Y K H S L
Decimal 21 47 196 0.89 0.76 0 0.23 231.09 0.81 0.43
Hex 15 2F C4 59 4C 0 17 E7 51 2B
Octal 25 57 304 131 114 0 27 347 121 53
Binary 10101 101111 11000100 1011001 1001100 0 10111 11100111 1010001 101011

Color Harmonies of #152FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152FC4

Black with #152FC4

Text Example


Text Example

White with #152FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,47,196); }

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

background-color css

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

 a { background-color: rgb(21,47,196); }

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

border-color css

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

 span { border-color: rgb(21,47,196); }

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