Html Css Color HEX #1836CE Persian Blue

📋 copy color: '#1836CE'

red 24 ◦ green 54 ◦ blue 206

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

Shades of Persian Blue #1836CE

Tints of Persian Blue #1836CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 72.54%

R = 8.45%
G = 19.01%
B = 72.54%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1836CE (or 0x1836CE) is known color: Persian Blue. HEX triplet: 18, 36 and CE. RGB value is (24,54,206). Sum of RGB (Red+Green+Blue) = 24+54+206=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 206 (80.86% from 255 or 72.54% from 284); Max value from RGB is 206 - color contains mainly: blue. Hex color #1836CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1836CE is #E7C931. Grayscale: #3D3D3D. Windows color (decimal): -15190322 or 13514264. OLE color: 13514264.

HSL color Cylindrical-coordinate representation of color #1836CE: hue angle of 230.11º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1836CE is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 54 206 -
CMYK 0.88 0.74 0 0.19
HSL 230.11º 0.79% 0.45% -
HSV(B) 230.11º 0.88% 0.81% -
XYZ 12.84 7.29 59.12 -
YUV 62.36 209.06 100.64 -
System Red Green Blue C M Y K H S L
Decimal 24 54 206 0.88 0.74 0 0.19 230.11 0.79 0.45
Hex 18 36 CE 58 4A 0 13 E6 4F 2D
Octal 30 66 316 130 112 0 23 346 117 55
Binary 11000 110110 11001110 1011000 1001010 0 10011 11100110 1001111 101101

Color Harmonies of #1836CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1836CE

Black with #1836CE

Text Example


Text Example

White with #1836CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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