Html Css Color HEX #1834CE Persian Blue

📋 copy color: '#1834CE'

red 24 ◦ green 52 ◦ blue 206

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

Shades of Persian Blue #1834CE

Tints of Persian Blue #1834CE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.44%

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

R = 8.51%
G = 18.44%
B = 73.05%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1834CE (or 0x1834CE) is known color: Persian Blue. HEX triplet: 18, 34 and CE. RGB value is (24,52,206). Sum of RGB (Red+Green+Blue) = 24+52+206=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 206 (80.86% from 255 or 73.05% from 282); Max value from RGB is 206 - color contains mainly: blue. Hex color #1834CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1834CE is #E7CB31. Grayscale: #3C3C3C. Windows color (decimal): -15190834 or 13513752. OLE color: 13513752.

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

Color convert

RGB 24 52 206 -
CMYK 0.88 0.75 0 0.19
HSL 230.77º 0.79% 0.45% -
HSV(B) 230.77º 0.88% 0.81% -
XYZ 12.75 7.11 59.09 -
YUV 61.18 209.72 101.48 -
System Red Green Blue C M Y K H S L
Decimal 24 52 206 0.88 0.75 0 0.19 230.77 0.79 0.45
Hex 18 34 CE 58 4B 0 13 E7 4F 2D
Octal 30 64 316 130 113 0 23 347 117 55
Binary 11000 110100 11001110 1011000 1001011 0 10011 11100111 1001111 101101

Color Harmonies of #1834CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1834CE

Black with #1834CE

Text Example


Text Example

White with #1834CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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