Html Css Color HEX #1B6DDD Navy Blue

📋 copy color: '#1B6DDD'

red 27 ◦ green 109 ◦ blue 221

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

Shades of Navy Blue #1B6DDD

Tints of Navy Blue #1B6DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.53%

 BLUE value IS 221 (86.72% from 255) = 61.9%

R = 7.56%
G = 30.53%
B = 61.9%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1B6DDD (or 0x1B6DDD) is known color: Navy Blue. HEX triplet: 1B, 6D and DD. RGB value is (27,109,221). Sum of RGB (Red+Green+Blue) = 27+109+221=357 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.56% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #1B6DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B6DDD is #E49222. Grayscale: #606060. Windows color (decimal): -14979619 or 14511387. OLE color: 14511387.

HSL color Cylindrical-coordinate representation of color #1B6DDD: hue angle of 214.64º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B6DDD is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 27 109 221 -
CMYK 0.88 0.51 0 0.13
HSL 214.64º 0.78% 0.49% -
HSV(B) 214.64º 0.88% 0.87% -
XYZ 18.97 16.39 70.57 -
YUV 97.25 197.83 77.89 -
System Red Green Blue C M Y K H S L
Decimal 27 109 221 0.88 0.51 0 0.13 214.64 0.78 0.49
Hex 1B 6D DD 58 33 0 D D7 4E 31
Octal 33 155 335 130 63 0 15 327 116 61
Binary 11011 1101101 11011101 1011000 110011 0 1101 11010111 1001110 110001

Color Harmonies of #1B6DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6DDD

Black with #1B6DDD

Text Example


Text Example

White with #1B6DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,109,221); }

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

background-color css

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

 a { background-color: rgb(27,109,221); }

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

border-color css

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

 span { border-color: rgb(27,109,221); }

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