Html Css Color HEX #1844BE Persian Blue

📋 copy color: '#1844BE'

red 24 ◦ green 68 ◦ blue 190

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

Shades of Persian Blue #1844BE

Tints of Persian Blue #1844BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 67.38%

R = 8.51%
G = 24.11%
B = 67.38%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1844BE (or 0x1844BE) is known color: Persian Blue. HEX triplet: 18, 44 and BE. RGB value is (24,68,190). Sum of RGB (Red+Green+Blue) = 24+68+190=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 190 (74.61% from 255 or 67.38% from 282); Max value from RGB is 190 - color contains mainly: blue. Hex color #1844BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1844BE is #E7BB41. Grayscale: #444444. Windows color (decimal): -15186754 or 12469272. OLE color: 12469272.

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

Color convert

RGB 24 68 190 -
CMYK 0.87 0.64 0 0.25
HSL 224.1º 0.78% 0.42% -
HSV(B) 224.1º 0.87% 0.75% -
XYZ 11.74 8.05 49.65 -
YUV 68.75 196.42 96.08 -
System Red Green Blue C M Y K H S L
Decimal 24 68 190 0.87 0.64 0 0.25 224.1 0.78 0.42
Hex 18 44 BE 57 40 0 19 E0 4E 2A
Octal 30 104 276 127 100 0 31 340 116 52
Binary 11000 1000100 10111110 1010111 1000000 0 11001 11100000 1001110 101010

Color Harmonies of #1844BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1844BE

Black with #1844BE

Text Example


Text Example

White with #1844BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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