Html Css Color HEX #1836CA Persian Blue

📋 copy color: '#1836CA'

red 24 ◦ green 54 ◦ blue 202

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

Shades of Persian Blue #1836CA

Tints of Persian Blue #1836CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 72.14%

R = 8.57%
G = 19.29%
B = 72.14%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1836CA (or 0x1836CA) is known color: Persian Blue. HEX triplet: 18, 36 and CA. RGB value is (24,54,202). Sum of RGB (Red+Green+Blue) = 24+54+202=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 202 (79.30% from 255 or 72.14% from 280); Max value from RGB is 202 - color contains mainly: blue. Hex color #1836CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1836CA is #E7C935. Grayscale: #3D3D3D. Windows color (decimal): -15190326 or 13252120. OLE color: 13252120.

HSL color Cylindrical-coordinate representation of color #1836CA: hue angle of 229.89º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1836CA is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 24 54 202 -
CMYK 0.88 0.73 0 0.21
HSL 229.89º 0.79% 0.44% -
HSV(B) 229.89º 0.88% 0.79% -
XYZ 12.36 7.1 56.6 -
YUV 61.9 207.06 100.97 -
System Red Green Blue C M Y K H S L
Decimal 24 54 202 0.88 0.73 0 0.21 229.89 0.79 0.44
Hex 18 36 CA 58 49 0 15 E6 4F 2C
Octal 30 66 312 130 111 0 25 346 117 54
Binary 11000 110110 11001010 1011000 1001001 0 10101 11100110 1001111 101100

Color Harmonies of #1836CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1836CA

Black with #1836CA

Text Example


Text Example

White with #1836CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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