Html Css Color HEX #1844BC Persian Blue

📋 copy color: '#1844BC'

red 24 ◦ green 68 ◦ blue 188

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

Shades of Persian Blue #1844BC

Tints of Persian Blue #1844BC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.29%

 BLUE value IS 188 (73.83% from 255) = 67.14%

R = 8.57%
G = 24.29%
B = 67.14%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1844BC (or 0x1844BC) is known color: Persian Blue. HEX triplet: 18, 44 and BC. RGB value is (24,68,188). Sum of RGB (Red+Green+Blue) = 24+68+188=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #1844BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1844BC is #E7BB43. Grayscale: #444444. Windows color (decimal): -15186756 or 12338200. OLE color: 12338200.

HSL color Cylindrical-coordinate representation of color #1844BC: hue angle of 223.9º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1844BC is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 24 68 188 -
CMYK 0.87 0.64 0 0.26
HSL 223.9º 0.77% 0.42% -
HSV(B) 223.9º 0.87% 0.74% -
XYZ 11.52 7.96 48.51 -
YUV 68.52 195.42 96.24 -
System Red Green Blue C M Y K H S L
Decimal 24 68 188 0.87 0.64 0 0.26 223.9 0.77 0.42
Hex 18 44 BC 57 40 0 1A E0 4D 2A
Octal 30 104 274 127 100 0 32 340 115 52
Binary 11000 1000100 10111100 1010111 1000000 0 11010 11100000 1001101 101010

Color Harmonies of #1844BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1844BC

Black with #1844BC

Text Example


Text Example

White with #1844BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1844BC; }

 p { color: rgb(24,68,188); }

 H1.HeaderClassName
 {
   color: #1844BC;
 }
 .AnyTagClassName
 {
   color: #1844BC;
 }
</style>

background-color css

<style>
 a { background-color: #1844BC; }

 a { background-color: rgb(24,68,188); }

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

border-color css

<style>
 span { border-color: #1844BC; }

 span { border-color: rgb(24,68,188); }

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