Html Css Color HEX #1816B7 Persian Blue

📋 copy color: '#1816B7'

red 24 ◦ green 22 ◦ blue 183

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

Shades of Persian Blue #1816B7

Tints of Persian Blue #1816B7

RGB

 RED value IS 24 (9.77% from 255) = 10.48%

 GREEN value IS 22 (8.98% from 255) = 9.61%

 BLUE value IS 183 (71.88% from 255) = 79.91%

R = 10.48%
G = 9.61%
B = 79.91%

CMYK

 C value IS 0.87

 M value IS 0.88

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#1816B7 (or 0x1816B7) is known color: Persian Blue. HEX triplet: 18, 16 and B7. RGB value is (24,22,183). Sum of RGB (Red+Green+Blue) = 24+22+183=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 183 (71.88% from 255 or 79.91% from 229); Max value from RGB is 183 - color contains mainly: blue. Hex color #1816B7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1816B7 is #E7E948. Grayscale: #282828. Windows color (decimal): -15198537 or 11998744. OLE color: 11998744.

HSL color Cylindrical-coordinate representation of color #1816B7: hue angle of 240.75º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1816B7 is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 24 22 183 -
CMYK 0.87 0.88 0 0.28
HSL 240.75º 0.79% 0.4% -
HSV(B) 240.75º 0.88% 0.72% -
XYZ 9.21 4.19 45.12 -
YUV 40.95 208.16 115.91 -
System Red Green Blue C M Y K H S L
Decimal 24 22 183 0.87 0.88 0 0.28 240.75 0.79 0.4
Hex 18 16 B7 57 58 0 1C F1 4F 28
Octal 30 26 267 127 130 0 34 361 117 50
Binary 11000 10110 10110111 1010111 1011000 0 11100 11110001 1001111 101000

Color Harmonies of #1816B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1816B7

Black with #1816B7

Text Example


Text Example

White with #1816B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1816B7; }

 p { color: rgb(24,22,183); }

 H1.HeaderClassName
 {
   color: #1816B7;
 }
 .AnyTagClassName
 {
   color: #1816B7;
 }
</style>

background-color css

<style>
 a { background-color: #1816B7; }

 a { background-color: rgb(24,22,183); }

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

border-color css

<style>
 span { border-color: #1816B7; }

 span { border-color: rgb(24,22,183); }

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