Html Css Color HEX #1B6BDC Navy Blue

📋 copy color: '#1B6BDC'

red 27 ◦ green 107 ◦ blue 220

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

Shades of Navy Blue #1B6BDC

Tints of Navy Blue #1B6BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.23%

 BLUE value IS 220 (86.33% from 255) = 62.15%

R = 7.63%
G = 30.23%
B = 62.15%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1B6BDC (or 0x1B6BDC) is known color: Navy Blue. HEX triplet: 1B, 6B and DC. RGB value is (27,107,220). Sum of RGB (Red+Green+Blue) = 27+107+220=354 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.63% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #1B6BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B6BDC is #E49423. Grayscale: #5F5F5F. Windows color (decimal): -14980132 or 14445339. OLE color: 14445339.

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

Color convert

RGB 27 107 220 -
CMYK 0.88 0.51 0 0.14
HSL 215.13º 0.78% 0.48% -
HSV(B) 215.13º 0.88% 0.86% -
XYZ 18.63 15.92 69.8 -
YUV 95.96 198 78.81 -
System Red Green Blue C M Y K H S L
Decimal 27 107 220 0.88 0.51 0 0.14 215.13 0.78 0.48
Hex 1B 6B DC 58 33 0 E D7 4E 30
Octal 33 153 334 130 63 0 16 327 116 60
Binary 11011 1101011 11011100 1011000 110011 0 1110 11010111 1001110 110000

Color Harmonies of #1B6BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6BDC

Black with #1B6BDC

Text Example


Text Example

White with #1B6BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,107,220); }

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

background-color css

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

 a { background-color: rgb(27,107,220); }

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

border-color css

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

 span { border-color: rgb(27,107,220); }

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