Html Css Color HEX #1933CC Persian Blue

📋 copy color: '#1933CC'

red 25 ◦ green 51 ◦ blue 204

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

Shades of Persian Blue #1933CC

Tints of Persian Blue #1933CC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.21%

 BLUE value IS 204 (80.08% from 255) = 72.86%

R = 8.93%
G = 18.21%
B = 72.86%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1933CC (or 0x1933CC) is known color: Persian Blue. HEX triplet: 19, 33 and CC. RGB value is (25,51,204). Sum of RGB (Red+Green+Blue) = 25+51+204=280 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.93% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 204 (80.08% from 255 or 72.86% from 280); Max value from RGB is 204 - color contains mainly: blue. Hex color #1933CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1933CC is #E6CC33. Grayscale: #3C3C3C. Windows color (decimal): -15125556 or 13382425. OLE color: 13382425.

HSL color Cylindrical-coordinate representation of color #1933CC: hue angle of 231.28º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1933CC is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 25 51 204 -
CMYK 0.88 0.75 0 0.2
HSL 231.28º 0.78% 0.45% -
HSV(B) 231.28º 0.88% 0.8% -
XYZ 12.48 6.93 57.81 -
YUV 60.67 208.89 102.56 -
System Red Green Blue C M Y K H S L
Decimal 25 51 204 0.88 0.75 0 0.2 231.28 0.78 0.45
Hex 19 33 CC 58 4B 0 14 E7 4E 2D
Octal 31 63 314 130 113 0 24 347 116 55
Binary 11001 110011 11001100 1011000 1001011 0 10100 11100111 1001110 101101

Color Harmonies of #1933CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1933CC

Black with #1933CC

Text Example


Text Example

White with #1933CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1933CC; }

 p { color: rgb(25,51,204); }

 H1.HeaderClassName
 {
   color: #1933CC;
 }
 .AnyTagClassName
 {
   color: #1933CC;
 }
</style>

background-color css

<style>
 a { background-color: #1933CC; }

 a { background-color: rgb(25,51,204); }

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

border-color css

<style>
 span { border-color: #1933CC; }

 span { border-color: rgb(25,51,204); }

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