Html Css Color HEX #151FCF Persian Blue

📋 copy color: '#151FCF'

red 21 ◦ green 31 ◦ blue 207

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

Shades of Persian Blue #151FCF

Tints of Persian Blue #151FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 79.92%

R = 8.11%
G = 11.97%
B = 79.92%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#151FCF (or 0x151FCF) is known color: Persian Blue. HEX triplet: 15, 1F and CF. RGB value is (21,31,207). Sum of RGB (Red+Green+Blue) = 21+31+207=259 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.11% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 207 (81.25% from 255 or 79.92% from 259); Max value from RGB is 207 - color contains mainly: blue. Hex color #151FCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151FCF is #EAE030. Grayscale: #2F2F2F. Windows color (decimal): -15392817 or 13573909. OLE color: 13573909.

HSL color Cylindrical-coordinate representation of color #151FCF: hue angle of 236.77º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #151FCF is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 31 207 -
CMYK 0.90 0.85 0 0.19
HSL 236.77º 0.82% 0.45% -
HSV(B) 236.77º 0.9% 0.81% -
XYZ 12.06 5.64 59.49 -
YUV 48.07 217.69 108.69 -
System Red Green Blue C M Y K H S L
Decimal 21 31 207 0.90 0.85 0 0.19 236.77 0.82 0.45
Hex 15 1F CF 5A 55 0 13 ED 52 2D
Octal 25 37 317 132 125 0 23 355 122 55
Binary 10101 11111 11001111 1011010 1010101 0 10011 11101101 1010010 101101

Color Harmonies of #151FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151FCF

Black with #151FCF

Text Example


Text Example

White with #151FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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