Html Css Color HEX #1930CE Persian Blue

📋 copy color: '#1930CE'

red 25 ◦ green 48 ◦ blue 206

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

Shades of Persian Blue #1930CE

Tints of Persian Blue #1930CE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.2%

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

R = 8.96%
G = 17.2%
B = 73.84%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1930CE (or 0x1930CE) is known color: Persian Blue. HEX triplet: 19, 30 and CE. RGB value is (25,48,206). Sum of RGB (Red+Green+Blue) = 25+48+206=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 206 (80.86% from 255 or 73.84% from 279); Max value from RGB is 206 - color contains mainly: blue. Hex color #1930CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1930CE is #E6CF31. Grayscale: #3A3A3A. Windows color (decimal): -15126322 or 13512729. OLE color: 13512729.

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

Color convert

RGB 25 48 206 -
CMYK 0.88 0.77 0 0.19
HSL 232.38º 0.78% 0.45% -
HSV(B) 232.38º 0.88% 0.81% -
XYZ 12.6 6.78 59.04 -
YUV 59.14 210.88 103.65 -
System Red Green Blue C M Y K H S L
Decimal 25 48 206 0.88 0.77 0 0.19 232.38 0.78 0.45
Hex 19 30 CE 58 4D 0 13 E8 4E 2D
Octal 31 60 316 130 115 0 23 350 116 55
Binary 11001 110000 11001110 1011000 1001101 0 10011 11101000 1001110 101101

Color Harmonies of #1930CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1930CE

Black with #1930CE

Text Example


Text Example

White with #1930CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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