Html Css Color HEX #151FCB Persian Blue

📋 copy color: '#151FCB'

red 21 ◦ green 31 ◦ blue 203

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

Shades of Persian Blue #151FCB

Tints of Persian Blue #151FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 79.61%

R = 8.24%
G = 12.16%
B = 79.61%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#151FCB (or 0x151FCB) is known color: Persian Blue. HEX triplet: 15, 1F and CB. RGB value is (21,31,203). Sum of RGB (Red+Green+Blue) = 21+31+203=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 203 (79.69% from 255 or 79.61% from 255); Max value from RGB is 203 - color contains mainly: blue. Hex color #151FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151FCB is #EAE034. Grayscale: #2E2E2E. Windows color (decimal): -15392821 or 13311765. OLE color: 13311765.

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

Color convert

RGB 21 31 203 -
CMYK 0.90 0.85 0 0.20
HSL 236.7º 0.81% 0.44% -
HSV(B) 236.7º 0.9% 0.8% -
XYZ 11.58 5.45 56.94 -
YUV 47.62 215.69 109.01 -
System Red Green Blue C M Y K H S L
Decimal 21 31 203 0.90 0.85 0 0.20 236.7 0.81 0.44
Hex 15 1F CB 5A 55 0 14 ED 51 2C
Octal 25 37 313 132 125 0 24 355 121 54
Binary 10101 11111 11001011 1011010 1010101 0 10100 11101101 1010001 101100

Color Harmonies of #151FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151FCB

Black with #151FCB

Text Example


Text Example

White with #151FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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