Html Css Color HEX #1843CC Persian Blue

📋 copy color: '#1843CC'

red 24 ◦ green 67 ◦ blue 204

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

Shades of Persian Blue #1843CC

Tints of Persian Blue #1843CC

RGB

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

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

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

R = 8.14%
G = 22.71%
B = 69.15%

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

#1843CC (or 0x1843CC) is known color: Persian Blue. HEX triplet: 18, 43 and CC. RGB value is (24,67,204). Sum of RGB (Red+Green+Blue) = 24+67+204=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 204 (80.08% from 255 or 69.15% from 295); Max value from RGB is 204 - color contains mainly: blue. Hex color #1843CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1843CC is #E7BC33. Grayscale: #454545. Windows color (decimal): -15186996 or 13386520. OLE color: 13386520.

HSL color Cylindrical-coordinate representation of color #1843CC: hue angle of 225.67º 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 #1843CC is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 24 67 204 -
CMYK 0.88 0.67 0 0.2
HSL 225.67º 0.79% 0.45% -
HSV(B) 225.67º 0.88% 0.8% -
XYZ 13.28 8.57 58.08 -
YUV 69.76 203.75 95.36 -
System Red Green Blue C M Y K H S L
Decimal 24 67 204 0.88 0.67 0 0.2 225.67 0.79 0.45
Hex 18 43 CC 58 43 0 14 E2 4F 2D
Octal 30 103 314 130 103 0 24 342 117 55
Binary 11000 1000011 11001100 1011000 1000011 0 10100 11100010 1001111 101101

Color Harmonies of #1843CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1843CC

Black with #1843CC

Text Example


Text Example

White with #1843CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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