Html Css Color HEX #1867EC Navy Blue

📋 copy color: '#1867EC'

red 24 ◦ green 103 ◦ blue 236

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

Shades of Navy Blue #1867EC

Tints of Navy Blue #1867EC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.37%

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

R = 6.61%
G = 28.37%
B = 65.01%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1867EC (or 0x1867EC) is known color: Navy Blue. HEX triplet: 18, 67 and EC. RGB value is (24,103,236). Sum of RGB (Red+Green+Blue) = 24+103+236=363 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.61% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 236 (92.58% from 255 or 65.01% from 363); Max value from RGB is 236 - color contains mainly: blue. Hex color #1867EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1867EC is #E79813. Grayscale: #5D5D5D. Windows color (decimal): -15177748 or 15492888. OLE color: 15492888.

HSL color Cylindrical-coordinate representation of color #1867EC: hue angle of 217.64º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1867EC is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 103 236 -
CMYK 0.90 0.56 0 0.07
HSL 217.64º 0.85% 0.51% -
HSV(B) 217.64º 0.9% 0.93% -
XYZ 20.37 15.95 81.36 -
YUV 94.54 207.83 77.69 -
System Red Green Blue C M Y K H S L
Decimal 24 103 236 0.90 0.56 0 0.07 217.64 0.85 0.51
Hex 18 67 EC 5A 38 0 7 DA 55 33
Octal 30 147 354 132 70 0 7 332 125 63
Binary 11000 1100111 11101100 1011010 111000 0 111 11011010 1010101 110011

Color Harmonies of #1867EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1867EC

Black with #1867EC

Text Example


Text Example

White with #1867EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1867EC; }

 p { color: rgb(24,103,236); }

 H1.HeaderClassName
 {
   color: #1867EC;
 }
 .AnyTagClassName
 {
   color: #1867EC;
 }
</style>

background-color css

<style>
 a { background-color: #1867EC; }

 a { background-color: rgb(24,103,236); }

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

border-color css

<style>
 span { border-color: #1867EC; }

 span { border-color: rgb(24,103,236); }

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