Html Css Color HEX #153FB5 Persian Blue

📋 copy color: '#153FB5'

red 21 ◦ green 63 ◦ blue 181

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

Shades of Persian Blue #153FB5

Tints of Persian Blue #153FB5

RGB

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

 GREEN value IS 63 (25% from 255) = 23.77%

 BLUE value IS 181 (71.09% from 255) = 68.3%

R = 7.92%
G = 23.77%
B = 68.3%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#153FB5 (or 0x153FB5) is known color: Persian Blue. HEX triplet: 15, 3F and B5. RGB value is (21,63,181). Sum of RGB (Red+Green+Blue) = 21+63+181=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 181 (71.09% from 255 or 68.30% from 265); Max value from RGB is 181 - color contains mainly: blue. Hex color #153FB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153FB5 is #EAC04A. Grayscale: #3F3F3F. Windows color (decimal): -15384651 or 11878165. OLE color: 11878165.

HSL color Cylindrical-coordinate representation of color #153FB5: hue angle of 224.25º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #153FB5 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 21 63 181 -
CMYK 0.88 0.65 0 0.29
HSL 224.25º 0.79% 0.4% -
HSV(B) 224.25º 0.88% 0.71% -
XYZ 10.43 7.05 44.53 -
YUV 63.89 194.09 97.41 -
System Red Green Blue C M Y K H S L
Decimal 21 63 181 0.88 0.65 0 0.29 224.25 0.79 0.4
Hex 15 3F B5 58 41 0 1D E0 4F 28
Octal 25 77 265 130 101 0 35 340 117 50
Binary 10101 111111 10110101 1011000 1000001 0 11101 11100000 1001111 101000

Color Harmonies of #153FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153FB5

Black with #153FB5

Text Example


Text Example

White with #153FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153FB5; }

 p { color: rgb(21,63,181); }

 H1.HeaderClassName
 {
   color: #153FB5;
 }
 .AnyTagClassName
 {
   color: #153FB5;
 }
</style>

background-color css

<style>
 a { background-color: #153FB5; }

 a { background-color: rgb(21,63,181); }

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

border-color css

<style>
 span { border-color: #153FB5; }

 span { border-color: rgb(21,63,181); }

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