Html Css Color HEX #1867DB Navy Blue

📋 copy color: '#1867DB'

red 24 ◦ green 103 ◦ blue 219

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

Shades of Navy Blue #1867DB

Tints of Navy Blue #1867DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.29%

R = 6.94%
G = 29.77%
B = 63.29%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1867DB (or 0x1867DB) is known color: Navy Blue. HEX triplet: 18, 67 and DB. RGB value is (24,103,219). Sum of RGB (Red+Green+Blue) = 24+103+219=346 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.94% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #1867DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1867DB is #E79824. Grayscale: #5C5C5C. Windows color (decimal): -15177765 or 14378776. OLE color: 14378776.

HSL color Cylindrical-coordinate representation of color #1867DB: hue angle of 215.69º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1867DB is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 103 219 -
CMYK 0.89 0.53 0 0.14
HSL 215.69º 0.8% 0.48% -
HSV(B) 215.69º 0.89% 0.86% -
XYZ 18.01 15.01 68.97 -
YUV 92.6 199.33 79.07 -
System Red Green Blue C M Y K H S L
Decimal 24 103 219 0.89 0.53 0 0.14 215.69 0.8 0.48
Hex 18 67 DB 59 35 0 E D8 50 30
Octal 30 147 333 131 65 0 16 330 120 60
Binary 11000 1100111 11011011 1011001 110101 0 1110 11011000 1010000 110000

Color Harmonies of #1867DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1867DB

Black with #1867DB

Text Example


Text Example

White with #1867DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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