Html Css Color HEX #1846BA Persian Blue

📋 copy color: '#1846BA'

red 24 ◦ green 70 ◦ blue 186

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

Shades of Persian Blue #1846BA

Tints of Persian Blue #1846BA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25%

 BLUE value IS 186 (73.05% from 255) = 66.43%

R = 8.57%
G = 25%
B = 66.43%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1846BA (or 0x1846BA) is known color: Persian Blue. HEX triplet: 18, 46 and BA. RGB value is (24,70,186). Sum of RGB (Red+Green+Blue) = 24+70+186=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #1846BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1846BA is #E7B945. Grayscale: #444444. Windows color (decimal): -15186246 or 12207640. OLE color: 12207640.

HSL color Cylindrical-coordinate representation of color #1846BA: hue angle of 222.96º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1846BA is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 70 186 -
CMYK 0.87 0.62 0 0.27
HSL 222.96º 0.77% 0.41% -
HSV(B) 222.96º 0.87% 0.73% -
XYZ 11.43 8.12 47.42 -
YUV 69.47 193.76 95.57 -
System Red Green Blue C M Y K H S L
Decimal 24 70 186 0.87 0.62 0 0.27 222.96 0.77 0.41
Hex 18 46 BA 57 3E 0 1B DF 4D 29
Octal 30 106 272 127 76 0 33 337 115 51
Binary 11000 1000110 10111010 1010111 111110 0 11011 11011111 1001101 101001

Color Harmonies of #1846BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1846BA

Black with #1846BA

Text Example


Text Example

White with #1846BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1846BA; }

 p { color: rgb(24,70,186); }

 H1.HeaderClassName
 {
   color: #1846BA;
 }
 .AnyTagClassName
 {
   color: #1846BA;
 }
</style>

background-color css

<style>
 a { background-color: #1846BA; }

 a { background-color: rgb(24,70,186); }

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

border-color css

<style>
 span { border-color: #1846BA; }

 span { border-color: rgb(24,70,186); }

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