Html Css Color HEX #1B77DB Navy Blue

📋 copy color: '#1B77DB'

red 27 ◦ green 119 ◦ blue 219

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

Shades of Navy Blue #1B77DB

Tints of Navy Blue #1B77DB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.6%

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

R = 7.4%
G = 32.6%
B = 60%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1B77DB (or 0x1B77DB) is known color: Navy Blue. HEX triplet: 1B, 77 and DB. RGB value is (27,119,219). Sum of RGB (Red+Green+Blue) = 27+119+219=365 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.40% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B77DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B77DB is #E48824. Grayscale: #666666. Windows color (decimal): -14977061 or 14382875. OLE color: 14382875.

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

Color convert

RGB 27 119 219 -
CMYK 0.88 0.46 0 0.14
HSL 211.25º 0.78% 0.48% -
HSV(B) 211.25º 0.88% 0.86% -
XYZ 19.84 18.54 69.55 -
YUV 102.89 193.52 73.87 -
System Red Green Blue C M Y K H S L
Decimal 27 119 219 0.88 0.46 0 0.14 211.25 0.78 0.48
Hex 1B 77 DB 58 2E 0 E D3 4E 30
Octal 33 167 333 130 56 0 16 323 116 60
Binary 11011 1110111 11011011 1011000 101110 0 1110 11010011 1001110 110000

Color Harmonies of #1B77DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B77DB

Black with #1B77DB

Text Example


Text Example

White with #1B77DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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