Html Css Color HEX #1B6EDB Navy Blue

📋 copy color: '#1B6EDB'

red 27 ◦ green 110 ◦ blue 219

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

Shades of Navy Blue #1B6EDB

Tints of Navy Blue #1B6EDB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.9%

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

R = 7.58%
G = 30.9%
B = 61.52%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1B6EDB (or 0x1B6EDB) is known color: Navy Blue. HEX triplet: 1B, 6E and DB. RGB value is (27,110,219). Sum of RGB (Red+Green+Blue) = 27+110+219=356 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.58% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B6EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B6EDB is #E49124. Grayscale: #616161. Windows color (decimal): -14979365 or 14380571. OLE color: 14380571.

HSL color Cylindrical-coordinate representation of color #1B6EDB: hue angle of 214.06º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B6EDB is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 27 110 219 -
CMYK 0.88 0.50 0 0.14
HSL 214.06º 0.78% 0.48% -
HSV(B) 214.06º 0.88% 0.86% -
XYZ 18.81 16.5 69.21 -
YUV 97.61 196.5 77.64 -
System Red Green Blue C M Y K H S L
Decimal 27 110 219 0.88 0.50 0 0.14 214.06 0.78 0.48
Hex 1B 6E DB 58 32 0 E D6 4E 30
Octal 33 156 333 130 62 0 16 326 116 60
Binary 11011 1101110 11011011 1011000 110010 0 1110 11010110 1001110 110000

Color Harmonies of #1B6EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6EDB

Black with #1B6EDB

Text Example


Text Example

White with #1B6EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,110,219); }

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

background-color css

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

 a { background-color: rgb(27,110,219); }

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

border-color css

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

 span { border-color: rgb(27,110,219); }

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