Html Css Color HEX #1836E6 Persian Blue

📋 copy color: '#1836E6'

red 24 ◦ green 54 ◦ blue 230

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

Shades of Persian Blue #1836E6

Tints of Persian Blue #1836E6

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.53%

 BLUE value IS 230 (90.23% from 255) = 74.68%

R = 7.79%
G = 17.53%
B = 74.68%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#1836E6 (or 0x1836E6) is known color: Persian Blue. HEX triplet: 18, 36 and E6. RGB value is (24,54,230). Sum of RGB (Red+Green+Blue) = 24+54+230=308 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.79% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 230 (90.23% from 255 or 74.68% from 308); Max value from RGB is 230 - color contains mainly: blue. Hex color #1836E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1836E6 is #E7C919. Grayscale: #404040. Windows color (decimal): -15190298 or 15087128. OLE color: 15087128.

HSL color Cylindrical-coordinate representation of color #1836E6: hue angle of 231.26º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1836E6 is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 24 54 230 -
CMYK 0.90 0.77 0 0.10
HSL 231.26º 0.81% 0.5% -
HSV(B) 231.26º 0.9% 0.9% -
XYZ 15.98 8.55 75.67 -
YUV 65.09 221.06 98.69 -
System Red Green Blue C M Y K H S L
Decimal 24 54 230 0.90 0.77 0 0.10 231.26 0.81 0.5
Hex 18 36 E6 5A 4D 0 A E7 51 32
Octal 30 66 346 132 115 0 12 347 121 62
Binary 11000 110110 11100110 1011010 1001101 0 1010 11100111 1010001 110010

Color Harmonies of #1836E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1836E6

Black with #1836E6

Text Example


Text Example

White with #1836E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1836E6; }

 p { color: rgb(24,54,230); }

 H1.HeaderClassName
 {
   color: #1836E6;
 }
 .AnyTagClassName
 {
   color: #1836E6;
 }
</style>

background-color css

<style>
 a { background-color: #1836E6; }

 a { background-color: rgb(24,54,230); }

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

border-color css

<style>
 span { border-color: #1836E6; }

 span { border-color: rgb(24,54,230); }

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