Html Css Color HEX #1833C5 Persian Blue

📋 copy color: '#1833C5'

red 24 ◦ green 51 ◦ blue 197

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

Shades of Persian Blue #1833C5

Tints of Persian Blue #1833C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 72.43%

R = 8.82%
G = 18.75%
B = 72.43%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#1833C5 (or 0x1833C5) is known color: Persian Blue. HEX triplet: 18, 33 and C5. RGB value is (24,51,197). Sum of RGB (Red+Green+Blue) = 24+51+197=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 197 (77.34% from 255 or 72.43% from 272); Max value from RGB is 197 - color contains mainly: blue. Hex color #1833C5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1833C5 is #E7CC3A. Grayscale: #3A3A3A. Windows color (decimal): -15191099 or 12923672. OLE color: 12923672.

HSL color Cylindrical-coordinate representation of color #1833C5: hue angle of 230.64º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1833C5 is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 24 51 197 -
CMYK 0.88 0.74 0 0.23
HSL 230.64º 0.78% 0.43% -
HSV(B) 230.64º 0.88% 0.77% -
XYZ 11.64 6.59 53.48 -
YUV 59.57 205.55 102.63 -
System Red Green Blue C M Y K H S L
Decimal 24 51 197 0.88 0.74 0 0.23 230.64 0.78 0.43
Hex 18 33 C5 58 4A 0 17 E7 4E 2B
Octal 30 63 305 130 112 0 27 347 116 53
Binary 11000 110011 11000101 1011000 1001010 0 10111 11100111 1001110 101011

Color Harmonies of #1833C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1833C5

Black with #1833C5

Text Example


Text Example

White with #1833C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1833C5; }

 p { color: rgb(24,51,197); }

 H1.HeaderClassName
 {
   color: #1833C5;
 }
 .AnyTagClassName
 {
   color: #1833C5;
 }
</style>

background-color css

<style>
 a { background-color: #1833C5; }

 a { background-color: rgb(24,51,197); }

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

border-color css

<style>
 span { border-color: #1833C5; }

 span { border-color: rgb(24,51,197); }

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