Html Css Color HEX #151FC4 Persian Blue

📋 copy color: '#151FC4'

red 21 ◦ green 31 ◦ blue 196

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

Shades of Persian Blue #151FC4

Tints of Persian Blue #151FC4

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.5%

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

R = 8.47%
G = 12.5%
B = 79.03%

CMYK

 C value IS 0.89

 M value IS 0.84

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#151FC4 (or 0x151FC4) is known color: Persian Blue. HEX triplet: 15, 1F and C4. RGB value is (21,31,196). Sum of RGB (Red+Green+Blue) = 21+31+196=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 31 (12.5% from 255 or 12.5% from 248); Blue value is 196 (76.95% from 255 or 79.03% from 248); Max value from RGB is 196 - color contains mainly: blue. Hex color #151FC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151FC4 is #EAE03B. Grayscale: #2E2E2E. Windows color (decimal): -15392828 or 12853013. OLE color: 12853013.

HSL color Cylindrical-coordinate representation of color #151FC4: hue angle of 236.57º 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 #151FC4 is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 21 31 196 -
CMYK 0.89 0.84 0 0.23
HSL 236.57º 0.81% 0.43% -
HSV(B) 236.57º 0.89% 0.77% -
XYZ 10.76 5.12 52.65 -
YUV 46.82 212.19 109.58 -
System Red Green Blue C M Y K H S L
Decimal 21 31 196 0.89 0.84 0 0.23 236.57 0.81 0.43
Hex 15 1F C4 59 54 0 17 ED 51 2B
Octal 25 37 304 131 124 0 27 355 121 53
Binary 10101 11111 11000100 1011001 1010100 0 10111 11101101 1010001 101011

Color Harmonies of #151FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151FC4

Black with #151FC4

Text Example


Text Example

White with #151FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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