Html Css Color HEX #1836CF Persian Blue

📋 copy color: '#1836CF'

red 24 ◦ green 54 ◦ blue 207

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

Shades of Persian Blue #1836CF

Tints of Persian Blue #1836CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 72.63%

R = 8.42%
G = 18.95%
B = 72.63%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1836CF (or 0x1836CF) is known color: Persian Blue. HEX triplet: 18, 36 and CF. RGB value is (24,54,207). Sum of RGB (Red+Green+Blue) = 24+54+207=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 207 (81.25% from 255 or 72.63% from 285); Max value from RGB is 207 - color contains mainly: blue. Hex color #1836CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1836CF is #E7C930. Grayscale: #3D3D3D. Windows color (decimal): -15190321 or 13579800. OLE color: 13579800.

HSL color Cylindrical-coordinate representation of color #1836CF: hue angle of 230.16º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1836CF is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 54 207 -
CMYK 0.88 0.74 0 0.19
HSL 230.16º 0.79% 0.45% -
HSV(B) 230.16º 0.88% 0.81% -
XYZ 12.96 7.34 59.76 -
YUV 62.47 209.56 100.56 -
System Red Green Blue C M Y K H S L
Decimal 24 54 207 0.88 0.74 0 0.19 230.16 0.79 0.45
Hex 18 36 CF 58 4A 0 13 E6 4F 2D
Octal 30 66 317 130 112 0 23 346 117 55
Binary 11000 110110 11001111 1011000 1001010 0 10011 11100110 1001111 101101

Color Harmonies of #1836CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1836CF

Black with #1836CF

Text Example


Text Example

White with #1836CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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