Html Css Color HEX #1B6FDB Navy Blue

📋 copy color: '#1B6FDB'

red 27 ◦ green 111 ◦ blue 219

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

Shades of Navy Blue #1B6FDB

Tints of Navy Blue #1B6FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.09%

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

R = 7.56%
G = 31.09%
B = 61.34%

CMYK

 C value IS 0.88

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1B6FDB (or 0x1B6FDB) is known color: Navy Blue. HEX triplet: 1B, 6F and DB. RGB value is (27,111,219). Sum of RGB (Red+Green+Blue) = 27+111+219=357 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.56% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B6FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B6FDB is #E49024. Grayscale: #616161. Windows color (decimal): -14979109 or 14380827. OLE color: 14380827.

HSL color Cylindrical-coordinate representation of color #1B6FDB: hue angle of 213.75º 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 #1B6FDB is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 27 111 219 -
CMYK 0.88 0.49 0 0.14
HSL 213.75º 0.78% 0.48% -
HSV(B) 213.75º 0.88% 0.86% -
XYZ 18.92 16.72 69.25 -
YUV 98.2 196.17 77.22 -
System Red Green Blue C M Y K H S L
Decimal 27 111 219 0.88 0.49 0 0.14 213.75 0.78 0.48
Hex 1B 6F DB 58 31 0 E D6 4E 30
Octal 33 157 333 130 61 0 16 326 116 60
Binary 11011 1101111 11011011 1011000 110001 0 1110 11010110 1001110 110000

Color Harmonies of #1B6FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6FDB

Black with #1B6FDB

Text Example


Text Example

White with #1B6FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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