Html Css Color HEX #1835CC Persian Blue

📋 copy color: '#1835CC'

red 24 ◦ green 53 ◦ blue 204

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

Shades of Persian Blue #1835CC

Tints of Persian Blue #1835CC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.86%

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

R = 8.54%
G = 18.86%
B = 72.6%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1835CC (or 0x1835CC) is known color: Persian Blue. HEX triplet: 18, 35 and CC. RGB value is (24,53,204). Sum of RGB (Red+Green+Blue) = 24+53+204=281 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.54% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 204 (80.08% from 255 or 72.60% from 281); Max value from RGB is 204 - color contains mainly: blue. Hex color #1835CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1835CC is #E7CA33. Grayscale: #3C3C3C. Windows color (decimal): -15190580 or 13382936. OLE color: 13382936.

HSL color Cylindrical-coordinate representation of color #1835CC: hue angle of 230.33º degrees, saturation: 0.79, 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 #1835CC is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 24 53 204 -
CMYK 0.88 0.74 0 0.2
HSL 230.33º 0.79% 0.45% -
HSV(B) 230.33º 0.88% 0.8% -
XYZ 12.55 7.1 57.84 -
YUV 61.54 208.39 101.22 -
System Red Green Blue C M Y K H S L
Decimal 24 53 204 0.88 0.74 0 0.2 230.33 0.79 0.45
Hex 18 35 CC 58 4A 0 14 E6 4F 2D
Octal 30 65 314 130 112 0 24 346 117 55
Binary 11000 110101 11001100 1011000 1001010 0 10100 11100110 1001111 101101

Color Harmonies of #1835CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1835CC

Black with #1835CC

Text Example


Text Example

White with #1835CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,53,204); }

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

background-color css

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

 a { background-color: rgb(24,53,204); }

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

border-color css

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

 span { border-color: rgb(24,53,204); }

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