Html Css Color HEX #1844CC Persian Blue

📋 copy color: '#1844CC'

red 24 ◦ green 68 ◦ blue 204

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

Shades of Persian Blue #1844CC

Tints of Persian Blue #1844CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 68.92%

R = 8.11%
G = 22.97%
B = 68.92%

CMYK

 C value IS 0.88

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1844CC (or 0x1844CC) is known color: Persian Blue. HEX triplet: 18, 44 and CC. RGB value is (24,68,204). Sum of RGB (Red+Green+Blue) = 24+68+204=296 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.11% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #1844CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1844CC is #E7BB33. Grayscale: #454545. Windows color (decimal): -15186740 or 13386776. OLE color: 13386776.

HSL color Cylindrical-coordinate representation of color #1844CC: hue angle of 225.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1844CC is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 24 68 204 -
CMYK 0.88 0.67 0 0.2
HSL 225.33º 0.79% 0.45% -
HSV(B) 225.33º 0.88% 0.8% -
XYZ 13.34 8.69 58.1 -
YUV 70.35 203.42 94.94 -
System Red Green Blue C M Y K H S L
Decimal 24 68 204 0.88 0.67 0 0.2 225.33 0.79 0.45
Hex 18 44 CC 58 43 0 14 E1 4F 2D
Octal 30 104 314 130 103 0 24 341 117 55
Binary 11000 1000100 11001100 1011000 1000011 0 10100 11100001 1001111 101101

Color Harmonies of #1844CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1844CC

Black with #1844CC

Text Example


Text Example

White with #1844CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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