Html Css Color HEX #1824CC Persian Blue

📋 copy color: '#1824CC'

red 24 ◦ green 36 ◦ blue 204

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

Shades of Persian Blue #1824CC

Tints of Persian Blue #1824CC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.64%

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

R = 9.09%
G = 13.64%
B = 77.27%

CMYK

 C value IS 0.88

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1824CC (or 0x1824CC) is known color: Persian Blue. HEX triplet: 18, 24 and CC. RGB value is (24,36,204). Sum of RGB (Red+Green+Blue) = 24+36+204=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 204 (80.08% from 255 or 77.27% from 264); Max value from RGB is 204 - color contains mainly: blue. Hex color #1824CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1824CC is #E7DB33. Grayscale: #323232. Windows color (decimal): -15194932 or 13378584. OLE color: 13378584.

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

Color convert

RGB 24 36 204 -
CMYK 0.88 0.82 0 0.2
HSL 236º 0.79% 0.45% -
HSV(B) 236º 0.88% 0.8% -
XYZ 11.91 5.82 57.62 -
YUV 51.56 214.02 108.34 -
System Red Green Blue C M Y K H S L
Decimal 24 36 204 0.88 0.82 0 0.2 236 0.79 0.45
Hex 18 24 CC 58 52 0 14 EC 4F 2D
Octal 30 44 314 130 122 0 24 354 117 55
Binary 11000 100100 11001100 1011000 1010010 0 10100 11101100 1001111 101101

Color Harmonies of #1824CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1824CC

Black with #1824CC

Text Example


Text Example

White with #1824CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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