Html Css Color HEX #151FCA Persian Blue

📋 copy color: '#151FCA'

red 21 ◦ green 31 ◦ blue 202

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

Shades of Persian Blue #151FCA

Tints of Persian Blue #151FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 79.53%

R = 8.27%
G = 12.2%
B = 79.53%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#151FCA (or 0x151FCA) is known color: Persian Blue. HEX triplet: 15, 1F and CA. RGB value is (21,31,202). Sum of RGB (Red+Green+Blue) = 21+31+202=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 202 (79.30% from 255 or 79.53% from 254); Max value from RGB is 202 - color contains mainly: blue. Hex color #151FCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151FCA is #EAE035. Grayscale: #2E2E2E. Windows color (decimal): -15392822 or 13246229. OLE color: 13246229.

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

Color convert

RGB 21 31 202 -
CMYK 0.90 0.85 0 0.21
HSL 236.69º 0.81% 0.44% -
HSV(B) 236.69º 0.9% 0.79% -
XYZ 11.46 5.4 56.32 -
YUV 47.5 215.19 109.1 -
System Red Green Blue C M Y K H S L
Decimal 21 31 202 0.90 0.85 0 0.21 236.69 0.81 0.44
Hex 15 1F CA 5A 55 0 15 ED 51 2C
Octal 25 37 312 132 125 0 25 355 121 54
Binary 10101 11111 11001010 1011010 1010101 0 10101 11101101 1010001 101100

Color Harmonies of #151FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151FCA

Black with #151FCA

Text Example


Text Example

White with #151FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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