Html Css Color HEX #1836CB Persian Blue

📋 copy color: '#1836CB'

red 24 ◦ green 54 ◦ blue 203

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

Shades of Persian Blue #1836CB

Tints of Persian Blue #1836CB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.22%

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

R = 8.54%
G = 19.22%
B = 72.24%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1836CB (or 0x1836CB) is known color: Persian Blue. HEX triplet: 18, 36 and CB. RGB value is (24,54,203). Sum of RGB (Red+Green+Blue) = 24+54+203=281 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.54% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 203 (79.69% from 255 or 72.24% from 281); Max value from RGB is 203 - color contains mainly: blue. Hex color #1836CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1836CB is #E7C934. Grayscale: #3D3D3D. Windows color (decimal): -15190325 or 13317656. OLE color: 13317656.

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

Color convert

RGB 24 54 203 -
CMYK 0.88 0.73 0 0.20
HSL 229.94º 0.79% 0.45% -
HSV(B) 229.94º 0.88% 0.8% -
XYZ 12.48 7.14 57.22 -
YUV 62.02 207.56 100.88 -
System Red Green Blue C M Y K H S L
Decimal 24 54 203 0.88 0.73 0 0.20 229.94 0.79 0.45
Hex 18 36 CB 58 49 0 14 E6 4F 2D
Octal 30 66 313 130 111 0 24 346 117 55
Binary 11000 110110 11001011 1011000 1001001 0 10100 11100110 1001111 101101

Color Harmonies of #1836CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1836CB

Black with #1836CB

Text Example


Text Example

White with #1836CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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