Html Css Color HEX #152FC2 Persian Blue

📋 copy color: '#152FC2'

red 21 ◦ green 47 ◦ blue 194

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

Shades of Persian Blue #152FC2

Tints of Persian Blue #152FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 74.05%

R = 8.02%
G = 17.94%
B = 74.05%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#152FC2 (or 0x152FC2) is known color: Persian Blue. HEX triplet: 15, 2F and C2. RGB value is (21,47,194). Sum of RGB (Red+Green+Blue) = 21+47+194=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 47 (18.75% from 255 or 17.94% from 262); Blue value is 194 (76.17% from 255 or 74.05% from 262); Max value from RGB is 194 - color contains mainly: blue. Hex color #152FC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152FC2 is #EAD03D. Grayscale: #373737. Windows color (decimal): -15388734 or 12726037. OLE color: 12726037.

HSL color Cylindrical-coordinate representation of color #152FC2: hue angle of 230.98º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #152FC2 is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 21 47 194 -
CMYK 0.89 0.76 0 0.24
HSL 230.98º 0.8% 0.42% -
HSV(B) 230.98º 0.89% 0.76% -
XYZ 11.06 6.09 51.63 -
YUV 55.98 205.89 103.05 -
System Red Green Blue C M Y K H S L
Decimal 21 47 194 0.89 0.76 0 0.24 230.98 0.8 0.42
Hex 15 2F C2 59 4C 0 18 E7 50 2A
Octal 25 57 302 131 114 0 30 347 120 52
Binary 10101 101111 11000010 1011001 1001100 0 11000 11100111 1010000 101010

Color Harmonies of #152FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152FC2

Black with #152FC2

Text Example


Text Example

White with #152FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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