Html Css Color HEX #1923CE Persian Blue

📋 copy color: '#1923CE'

red 25 ◦ green 35 ◦ blue 206

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

Shades of Persian Blue #1923CE

Tints of Persian Blue #1923CE

RGB

 RED value IS 25 (10.16% from 255) = 9.4%

 GREEN value IS 35 (14.06% from 255) = 13.16%

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

R = 9.4%
G = 13.16%
B = 77.44%

CMYK

 C value IS 0.88

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1923CE (or 0x1923CE) is known color: Persian Blue. HEX triplet: 19, 23 and CE. RGB value is (25,35,206). Sum of RGB (Red+Green+Blue) = 25+35+206=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 206 (80.86% from 255 or 77.44% from 266); Max value from RGB is 206 - color contains mainly: blue. Hex color #1923CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1923CE is #E6DC31. Grayscale: #323232. Windows color (decimal): -15129650 or 13509401. OLE color: 13509401.

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

Color convert

RGB 25 35 206 -
CMYK 0.88 0.83 0 0.19
HSL 236.69º 0.78% 0.45% -
HSV(B) 236.69º 0.88% 0.81% -
XYZ 12.14 5.86 58.88 -
YUV 51.5 215.19 109.1 -
System Red Green Blue C M Y K H S L
Decimal 25 35 206 0.88 0.83 0 0.19 236.69 0.78 0.45
Hex 19 23 CE 58 53 0 13 ED 4E 2D
Octal 31 43 316 130 123 0 23 355 116 55
Binary 11001 100011 11001110 1011000 1010011 0 10011 11101101 1001110 101101

Color Harmonies of #1923CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1923CE

Black with #1923CE

Text Example


Text Example

White with #1923CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,35,206); }

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

background-color css

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

 a { background-color: rgb(25,35,206); }

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

border-color css

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

 span { border-color: rgb(25,35,206); }

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