Html Css Color HEX #1835CB Persian Blue

📋 copy color: '#1835CB'

red 24 ◦ green 53 ◦ blue 203

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

Shades of Persian Blue #1835CB

Tints of Persian Blue #1835CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 72.5%

R = 8.57%
G = 18.93%
B = 72.5%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1835CB (or 0x1835CB) is known color: Persian Blue. HEX triplet: 18, 35 and CB. RGB value is (24,53,203). Sum of RGB (Red+Green+Blue) = 24+53+203=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 203 (79.69% from 255 or 72.5% from 280); Max value from RGB is 203 - color contains mainly: blue. Hex color #1835CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1835CB is #E7CA34. Grayscale: #3C3C3C. Windows color (decimal): -15190581 or 13317400. OLE color: 13317400.

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

Color convert

RGB 24 53 203 -
CMYK 0.88 0.74 0 0.20
HSL 230.28º 0.79% 0.45% -
HSV(B) 230.28º 0.88% 0.8% -
XYZ 12.43 7.05 57.21 -
YUV 61.43 207.89 101.3 -
System Red Green Blue C M Y K H S L
Decimal 24 53 203 0.88 0.74 0 0.20 230.28 0.79 0.45
Hex 18 35 CB 58 4A 0 14 E6 4F 2D
Octal 30 65 313 130 112 0 24 346 117 55
Binary 11000 110101 11001011 1011000 1001010 0 10100 11100110 1001111 101101

Color Harmonies of #1835CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1835CB

Black with #1835CB

Text Example


Text Example

White with #1835CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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