Html Css Color HEX #1B63EC Royal Blue

📋 copy color: '#1B63EC'

red 27 ◦ green 99 ◦ blue 236

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

Shades of Royal Blue #1B63EC

Tints of Royal Blue #1B63EC

RGB

 RED value IS 27 (10.94% from 255) = 7.46%

 GREEN value IS 99 (39.06% from 255) = 27.35%

 BLUE value IS 236 (92.58% from 255) = 65.19%

R = 7.46%
G = 27.35%
B = 65.19%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1B63EC (or 0x1B63EC) is known color: Royal Blue. HEX triplet: 1B, 63 and EC. RGB value is (27,99,236). Sum of RGB (Red+Green+Blue) = 27+99+236=362 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.46% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 236 (92.58% from 255 or 65.19% from 362); Max value from RGB is 236 - color contains mainly: blue. Hex color #1B63EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B63EC is #E49C13. Grayscale: #5C5C5C. Windows color (decimal): -14982164 or 15491867. OLE color: 15491867.

HSL color Cylindrical-coordinate representation of color #1B63EC: hue angle of 219.33º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B63EC is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 27 99 236 -
CMYK 0.89 0.58 0 0.07
HSL 219.33º 0.85% 0.52% -
HSV(B) 219.33º 0.89% 0.93% -
XYZ 20.05 15.21 81.24 -
YUV 93.09 208.65 80.86 -
System Red Green Blue C M Y K H S L
Decimal 27 99 236 0.89 0.58 0 0.07 219.33 0.85 0.52
Hex 1B 63 EC 59 3A 0 7 DB 55 34
Octal 33 143 354 131 72 0 7 333 125 64
Binary 11011 1100011 11101100 1011001 111010 0 111 11011011 1010101 110100

Color Harmonies of #1B63EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B63EC

Black with #1B63EC

Text Example


Text Example

White with #1B63EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B63EC; }

 p { color: rgb(27,99,236); }

 H1.HeaderClassName
 {
   color: #1B63EC;
 }
 .AnyTagClassName
 {
   color: #1B63EC;
 }
</style>

background-color css

<style>
 a { background-color: #1B63EC; }

 a { background-color: rgb(27,99,236); }

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

border-color css

<style>
 span { border-color: #1B63EC; }

 span { border-color: rgb(27,99,236); }

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