Html Css Color HEX #1832D0 Persian Blue

📋 copy color: '#1832D0'

red 24 ◦ green 50 ◦ blue 208

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

Shades of Persian Blue #1832D0

Tints of Persian Blue #1832D0

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.73%

 BLUE value IS 208 (81.64% from 255) = 73.76%

R = 8.51%
G = 17.73%
B = 73.76%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1832D0 (or 0x1832D0) is known color: Persian Blue. HEX triplet: 18, 32 and D0. RGB value is (24,50,208). Sum of RGB (Red+Green+Blue) = 24+50+208=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 208 (81.64% from 255 or 73.76% from 282); Max value from RGB is 208 - color contains mainly: blue. Hex color #1832D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1832D0 is #E7CD2F. Grayscale: #3B3B3B. Windows color (decimal): -15191344 or 13644312. OLE color: 13644312.

HSL color Cylindrical-coordinate representation of color #1832D0: hue angle of 231.52º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1832D0 is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 24 50 208 -
CMYK 0.88 0.76 0 0.18
HSL 231.52º 0.79% 0.45% -
HSV(B) 231.52º 0.88% 0.82% -
XYZ 12.9 7.03 60.35 -
YUV 60.24 211.39 102.15 -
System Red Green Blue C M Y K H S L
Decimal 24 50 208 0.88 0.76 0 0.18 231.52 0.79 0.45
Hex 18 32 D0 58 4C 0 12 E8 4F 2D
Octal 30 62 320 130 114 0 22 350 117 55
Binary 11000 110010 11010000 1011000 1001100 0 10010 11101000 1001111 101101

Color Harmonies of #1832D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1832D0

Black with #1832D0

Text Example


Text Example

White with #1832D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1832D0; }

 p { color: rgb(24,50,208); }

 H1.HeaderClassName
 {
   color: #1832D0;
 }
 .AnyTagClassName
 {
   color: #1832D0;
 }
</style>

background-color css

<style>
 a { background-color: #1832D0; }

 a { background-color: rgb(24,50,208); }

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

border-color css

<style>
 span { border-color: #1832D0; }

 span { border-color: rgb(24,50,208); }

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