Html Css Color HEX #1838CE Persian Blue

📋 copy color: '#1838CE'

red 24 ◦ green 56 ◦ blue 206

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

Shades of Persian Blue #1838CE

Tints of Persian Blue #1838CE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.58%

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

R = 8.39%
G = 19.58%
B = 72.03%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1838CE (or 0x1838CE) is known color: Persian Blue. HEX triplet: 18, 38 and CE. RGB value is (24,56,206). Sum of RGB (Red+Green+Blue) = 24+56+206=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 206 (80.86% from 255 or 72.03% from 286); Max value from RGB is 206 - color contains mainly: blue. Hex color #1838CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1838CE is #E7C731. Grayscale: #3E3E3E. Windows color (decimal): -15189810 or 13514776. OLE color: 13514776.

HSL color Cylindrical-coordinate representation of color #1838CE: hue angle of 229.45º 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 #1838CE is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 56 206 -
CMYK 0.88 0.73 0 0.19
HSL 229.45º 0.79% 0.45% -
HSV(B) 229.45º 0.88% 0.81% -
XYZ 12.93 7.48 59.15 -
YUV 63.53 208.4 99.8 -
System Red Green Blue C M Y K H S L
Decimal 24 56 206 0.88 0.73 0 0.19 229.45 0.79 0.45
Hex 18 38 CE 58 49 0 13 E5 4F 2D
Octal 30 70 316 130 111 0 23 345 117 55
Binary 11000 111000 11001110 1011000 1001001 0 10011 11100101 1001111 101101

Color Harmonies of #1838CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1838CE

Black with #1838CE

Text Example


Text Example

White with #1838CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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