Html Css Color HEX #1843BA Persian Blue

📋 copy color: '#1843BA'

red 24 ◦ green 67 ◦ blue 186

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

Shades of Persian Blue #1843BA

Tints of Persian Blue #1843BA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.19%

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

R = 8.66%
G = 24.19%
B = 67.15%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1843BA (or 0x1843BA) is known color: Persian Blue. HEX triplet: 18, 43 and BA. RGB value is (24,67,186). Sum of RGB (Red+Green+Blue) = 24+67+186=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #1843BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1843BA is #E7BC45. Grayscale: #434343. Windows color (decimal): -15187014 or 12206872. OLE color: 12206872.

HSL color Cylindrical-coordinate representation of color #1843BA: hue angle of 224.07º 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 #1843BA is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 67 186 -
CMYK 0.87 0.64 0 0.27
HSL 224.07º 0.77% 0.41% -
HSV(B) 224.07º 0.87% 0.73% -
XYZ 11.25 7.75 47.36 -
YUV 67.71 194.75 96.82 -
System Red Green Blue C M Y K H S L
Decimal 24 67 186 0.87 0.64 0 0.27 224.07 0.77 0.41
Hex 18 43 BA 57 40 0 1B E0 4D 29
Octal 30 103 272 127 100 0 33 340 115 51
Binary 11000 1000011 10111010 1010111 1000000 0 11011 11100000 1001101 101001

Color Harmonies of #1843BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1843BA

Black with #1843BA

Text Example


Text Example

White with #1843BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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