Html Css Color HEX #1839CC Persian Blue

📋 copy color: '#1839CC'

red 24 ◦ green 57 ◦ blue 204

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

Shades of Persian Blue #1839CC

Tints of Persian Blue #1839CC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20%

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

R = 8.42%
G = 20%
B = 71.58%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1839CC (or 0x1839CC) is known color: Persian Blue. HEX triplet: 18, 39 and CC. RGB value is (24,57,204). Sum of RGB (Red+Green+Blue) = 24+57+204=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 204 (80.08% from 255 or 71.58% from 285); Max value from RGB is 204 - color contains mainly: blue. Hex color #1839CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1839CC is #E7C633. Grayscale: #3F3F3F. Windows color (decimal): -15189556 or 13383960. OLE color: 13383960.

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

Color convert

RGB 24 57 204 -
CMYK 0.88 0.72 0 0.2
HSL 229º 0.79% 0.45% -
HSV(B) 229º 0.88% 0.8% -
XYZ 12.74 7.48 57.9 -
YUV 63.89 207.07 99.55 -
System Red Green Blue C M Y K H S L
Decimal 24 57 204 0.88 0.72 0 0.2 229 0.79 0.45
Hex 18 39 CC 58 48 0 14 E5 4F 2D
Octal 30 71 314 130 110 0 24 345 117 55
Binary 11000 111001 11001100 1011000 1001000 0 10100 11100101 1001111 101101

Color Harmonies of #1839CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1839CC

Black with #1839CC

Text Example


Text Example

White with #1839CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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